1
Fork 0

Add note about only showing first 100 items

This commit is contained in:
Jake Howard 2022-05-05 23:11:57 +01:00
parent b12b58fa9f
commit d22b69809d
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -14,7 +14,9 @@
{{ $playlist.name }} {{ $playlist.name }}
</a> </a>
</h3> </h3>
{{ if $playlist.tracks.next }}
<p>Only showing first {{ $playlist.tracks.limit }}. <a href="{{ $playlist.external_urls.spotify }}">See all {{ $playlist.tracks.total }}</a></p>
{{ end }}
<table class="table table-hover table-striped table-dark"> <table class="table table-hover table-striped table-dark">
<thead> <thead>
<tr> <tr>