mirror of
https://github.com/yattee/yattee.git
synced 2024-11-10 00:08:21 +00:00
Fix subscriptions/playlists reload on account change
This commit is contained in:
parent
310ed3b12b
commit
a4c43d9a3a
@ -25,6 +25,7 @@ final class InvidiousAPI: Service, ObservableObject, VideosAPI {
|
||||
|
||||
func setAccount(_ account: Account) {
|
||||
self.account = account
|
||||
signedIn = false
|
||||
|
||||
validInstance = false
|
||||
signedIn = !account.anonymous
|
||||
|
Loading…
Reference in New Issue
Block a user