mirror of
https://github.com/yattee/yattee.git
synced 2024-11-09 15:58:20 +00:00
Fix issue with reloading playlists
This commit is contained in:
parent
9676aa9f79
commit
8c2ffa1b99
@ -124,6 +124,8 @@ struct PlaylistsView: View {
|
||||
resource?.load()
|
||||
}
|
||||
.onChange(of: currentPlaylist) { _ in
|
||||
channelPlaylist.clear()
|
||||
userPlaylist.clear()
|
||||
resource?.load()
|
||||
}
|
||||
.onChange(of: model.reloadPlaylists) { _ in
|
||||
|
Loading…
Reference in New Issue
Block a user