mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Accounts loading improvements
This commit is contained in:
@@ -110,7 +110,9 @@ final class PipedAPI: Service, ObservableObject, VideosAPI {
|
||||
if account.token.isNil || account.token!.isEmpty {
|
||||
updateToken()
|
||||
} else {
|
||||
FeedModel.shared.loadResources(force: true)
|
||||
FeedModel.shared.onAccountChange()
|
||||
SubscribedChannelsModel.shared.onAccountChange()
|
||||
PlaylistsModel.shared.onAccountChange()
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user