mirror of
https://github.com/yattee/yattee.git
synced 2025-10-10 17:38:15 +00:00
Fix opening channels and playlists
This commit is contained in:
@@ -4,7 +4,6 @@ import Siesta
|
||||
|
||||
struct OpenURLHandler {
|
||||
static var firstHandle = true
|
||||
static var shared = Self()
|
||||
static let yatteeProtocol = "yattee://"
|
||||
|
||||
var accounts: AccountsModel { .shared }
|
||||
@@ -12,7 +11,7 @@ struct OpenURLHandler {
|
||||
var recents: RecentsModel { .shared }
|
||||
var player: PlayerModel { .shared }
|
||||
var search: SearchModel { .shared }
|
||||
var navigationStyle = NavigationStyle.sidebar
|
||||
var navigationStyle: NavigationStyle
|
||||
|
||||
func handle(_ url: URL) {
|
||||
if accounts.current.isNil {
|
||||
|
Reference in New Issue
Block a user