mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Various minor fixes
This commit is contained in:
@@ -195,6 +195,14 @@ struct YatteeApp: App {
|
||||
PlayerModel.shared = player
|
||||
PlayerTimeModel.shared.player = player
|
||||
|
||||
#if !os(tvOS)
|
||||
OpenURLHandler.shared.accounts = accounts
|
||||
OpenURLHandler.shared.navigation = navigation
|
||||
OpenURLHandler.shared.recents = recents
|
||||
OpenURLHandler.shared.player = player
|
||||
OpenURLHandler.shared.search = search
|
||||
#endif
|
||||
|
||||
if !accounts.current.isNil {
|
||||
player.restoreQueue()
|
||||
}
|
||||
|
Reference in New Issue
Block a user