mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Favorited playlists belong to account
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user