mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 21:43:41 +00:00
Fix possible crash
This commit is contained in:
parent
f39b440b21
commit
ee9e8bc064
@ -100,6 +100,6 @@ extension Watch {
|
||||
}
|
||||
}
|
||||
|
||||
return Video(app: app ?? AccountsModel.shared.current.app ?? .local, instanceURL: instanceURL, videoID: videoID)
|
||||
return Video(app: app ?? AccountsModel.shared.current?.app ?? .local, instanceURL: instanceURL, videoID: videoID)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user