Favorited playlists belong to account

This commit is contained in:
Arkadiusz Fal
2022-12-11 23:30:28 +01:00
parent 115f9fea67
commit 09ff16d464
4 changed files with 18 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ struct FavoriteItem: Codable, Equatable, Identifiable, Defaults.Serializable {
case popular
case trending(String, String?)
case channel(String, String, String)
case playlist(String)
case playlist(String, String)
case channelPlaylist(String, String, String)
case searchQuery(String, String, String, String)