mirror of
https://github.com/yattee/yattee.git
synced 2024-12-13 22:00:31 +05:30
Fix loading playlists contents
This commit is contained in:
parent
d670a76635
commit
69f0fd295a
@ -118,6 +118,7 @@ struct PlaylistsView: View {
|
||||
}
|
||||
.onAppear {
|
||||
model.load()
|
||||
resource?.load()
|
||||
}
|
||||
.onChange(of: accounts.current) { _ in
|
||||
model.load(force: true)
|
||||
|
Loading…
Reference in New Issue
Block a user