Add note about only showing first 100 items
This commit is contained in:
parent
b12b58fa9f
commit
d22b69809d
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,9 @@
|
|||
{{ $playlist.name }}
|
||||
</a>
|
||||
</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">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue