oops again sorry

This commit is contained in:
Laptop
2025-08-31 00:57:11 +03:00
parent fd571bc23c
commit 0cf9f0d53f

View File

@@ -22,7 +22,7 @@ type PlaylistOrUser struct {
Title string `json:"title"`
Author struct {
Permalink string `string:"permalink"`
} `json:"author"`
} `json:"user"`
Artwork string `json:"artwork_url"`
TrackCount int64 `json:"track_count"`
}