1
0
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:
Arkadiusz Fal 2022-06-26 15:18:10 +02:00
parent d670a76635
commit 69f0fd295a

View File

@ -118,6 +118,7 @@ struct PlaylistsView: View {
}
.onAppear {
model.load()
resource?.load()
}
.onChange(of: accounts.current) { _ in
model.load(force: true)