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

View File

@ -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)