diff --git a/Shared/Playlists/PlaylistsView.swift b/Shared/Playlists/PlaylistsView.swift index f03ba9fc..c15ba068 100644 --- a/Shared/Playlists/PlaylistsView.swift +++ b/Shared/Playlists/PlaylistsView.swift @@ -222,6 +222,7 @@ struct PlaylistsView: View { if let account = accounts.current { FavoriteButton(item: FavoriteItem(section: .playlist(account.id, currentPlaylist.id))) + .id(currentPlaylist.id) } } }