mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Fix issue with reloading playlists
This commit is contained in:
@@ -124,6 +124,8 @@ struct PlaylistsView: View {
|
||||
resource?.load()
|
||||
}
|
||||
.onChange(of: currentPlaylist) { _ in
|
||||
channelPlaylist.clear()
|
||||
userPlaylist.clear()
|
||||
resource?.load()
|
||||
}
|
||||
.onChange(of: model.reloadPlaylists) { _ in
|
||||
|
Reference in New Issue
Block a user