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