diff --git a/Shared/Playlists/PlaylistsView.swift b/Shared/Playlists/PlaylistsView.swift index c549c2ce..ce56d2d8 100644 --- a/Shared/Playlists/PlaylistsView.swift +++ b/Shared/Playlists/PlaylistsView.swift @@ -124,6 +124,8 @@ struct PlaylistsView: View { resource?.load() } .onChange(of: currentPlaylist) { _ in + channelPlaylist.clear() + userPlaylist.clear() resource?.load() } .onChange(of: model.reloadPlaylists) { _ in