mirror of
https://github.com/yattee/yattee.git
synced 2024-12-14 14:20:32 +05:30
Fix favorite button in playlists
This commit is contained in:
parent
960e7bdaf1
commit
a2c69e0fed
@ -222,6 +222,7 @@ struct PlaylistsView: View {
|
|||||||
|
|
||||||
if let account = accounts.current {
|
if let account = accounts.current {
|
||||||
FavoriteButton(item: FavoriteItem(section: .playlist(account.id, currentPlaylist.id)))
|
FavoriteButton(item: FavoriteItem(section: .playlist(account.id, currentPlaylist.id)))
|
||||||
|
.id(currentPlaylist.id)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user