From fd571bc23c235ca4f673023fe99930d4ed5ff51c Mon Sep 17 00:00:00 2001 From: Laptop Date: Sun, 31 Aug 2025 00:54:54 +0300 Subject: [PATCH] oops --- lib/sc/featured.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sc/featured.go b/lib/sc/featured.go index 2fbcfa1..691345f 100644 --- a/lib/sc/featured.go +++ b/lib/sc/featured.go @@ -21,7 +21,7 @@ type PlaylistOrUser struct { // Playlist-specific Title string `json:"title"` Author struct { - Permalink string + Permalink string `string:"permalink"` } `json:"author"` Artwork string `json:"artwork_url"` TrackCount int64 `json:"track_count"`