mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
Fix login with Invidious accounts
This commit is contained in:
parent
941e6a909d
commit
7f9b53bd1f
@ -27,7 +27,7 @@ final class InvidiousAPI: Service, ObservableObject, VideosAPI {
|
||||
self.account = account
|
||||
|
||||
validInstance = false
|
||||
signedIn = false
|
||||
signedIn = !account.anonymous
|
||||
|
||||
configure()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user