mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 09:58:14 +00:00
Fix orientation on iOS 16
This commit is contained in:
@@ -12,7 +12,7 @@ extension PlayerModel {
|
||||
videos.forEach { enqueueVideo($0, loadDetails: false) }
|
||||
|
||||
#if os(iOS)
|
||||
onPresentPlayer = { [weak self] in self?.advanceToNextItem() }
|
||||
onPresentPlayer.append { [weak self] in self?.advanceToNextItem() }
|
||||
#else
|
||||
advanceToNextItem()
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user