mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 01:48:12 +00:00
Videos cache model
This commit is contained in:
@@ -87,7 +87,7 @@ extension PlayerModel {
|
||||
}
|
||||
|
||||
func playerAPI(_ video: Video) -> VideosAPI! {
|
||||
guard let url = video.instanceURL else { return nil }
|
||||
guard let url = video.instanceURL else { return accounts.api }
|
||||
switch video.app {
|
||||
case .local:
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user