mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 21:43:41 +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) {
|
func setAccount(_ account: Account) {
|
||||||
self.account = account
|
self.account = account
|
||||||
|
signedIn = false
|
||||||
|
|
||||||
validInstance = false
|
validInstance = false
|
||||||
signedIn = !account.anonymous
|
signedIn = !account.anonymous
|
||||||
|
Loading…
Reference in New Issue
Block a user