mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Accounts loading improvements
This commit is contained in:
@@ -38,16 +38,6 @@ struct ContentView: View {
|
||||
TVNavigationView()
|
||||
#endif
|
||||
}
|
||||
.onChange(of: accounts.current) { _ in
|
||||
subscriptions.load(force: true)
|
||||
playlists.load(force: true)
|
||||
}
|
||||
.onChange(of: accounts.signedIn) { newValue in
|
||||
guard newValue else { return }
|
||||
subscriptions.load(force: true)
|
||||
playlists.load(force: true)
|
||||
}
|
||||
|
||||
#if os(iOS)
|
||||
.overlay(videoPlayer)
|
||||
.sheet(isPresented: $navigation.presentingShareSheet) {
|
||||
|
Reference in New Issue
Block a user