diff --git a/Shared/Playlists/PlaylistsView.swift b/Shared/Playlists/PlaylistsView.swift
index df4001e2..64e333e7 100644
--- a/Shared/Playlists/PlaylistsView.swift
+++ b/Shared/Playlists/PlaylistsView.swift
@@ -118,6 +118,7 @@ struct PlaylistsView: View {
         }
         .onAppear {
             model.load()
+            resource?.load()
         }
         .onChange(of: accounts.current) { _ in
             model.load(force: true)