From d22b69809d16a0c0943b7374e00ddbdc782899dd Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 5 May 2022 23:11:57 +0100 Subject: [PATCH] Add note about only showing first 100 items --- layouts/_default/spotify.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/_default/spotify.html b/layouts/_default/spotify.html index c110d3f..b2cda3a 100644 --- a/layouts/_default/spotify.html +++ b/layouts/_default/spotify.html @@ -14,7 +14,9 @@ {{ $playlist.name }} - + {{ if $playlist.tracks.next }} +

Only showing first {{ $playlist.tracks.limit }}. See all {{ $playlist.tracks.total }}

+ {{ end }}