mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +00:00
ohhh yeah my bad
This commit is contained in:
parent
26ace39177
commit
6b2473d382
1 changed files with 3 additions and 3 deletions
|
|
@ -266,6 +266,8 @@ class CustomMediaPlayerViewController: UIViewController, UIGestureRecognizerDele
|
|||
setupHoldGesture()
|
||||
loadSubtitleSettings()
|
||||
setupPlayerViewController()
|
||||
setupSpeedButton()
|
||||
setupQualityButton()
|
||||
setupControls()
|
||||
addInvisibleControlOverlays()
|
||||
setupWatchNextButton()
|
||||
|
|
@ -273,8 +275,6 @@ class CustomMediaPlayerViewController: UIViewController, UIGestureRecognizerDele
|
|||
setupDismissButton()
|
||||
volumeSlider()
|
||||
setupDimButton()
|
||||
setupSpeedButton()
|
||||
setupQualityButton()
|
||||
setupMenuButton()
|
||||
setupMarqueeLabel()
|
||||
setupSkip85Button()
|
||||
|
|
@ -2159,7 +2159,7 @@ class CustomMediaPlayerViewController: UIViewController, UIGestureRecognizerDele
|
|||
if let selectedQuality = qualities.first(where: { $0.1 == urlString })?.0 {
|
||||
DropManager.shared.showDrop(title: "Quality: \(selectedQuality)", subtitle: "", duration: 0.5, icon: UIImage(systemName: "eye"))
|
||||
}
|
||||
|
||||
|
||||
if let lastAudio = lastSelectedAudioTrack {
|
||||
DispatchQueue.main.asyncAfter(deadline: .now() + 0.3) { [weak self] in
|
||||
self?.switchToAudioTrack(named: lastAudio)
|
||||
|
|
|
|||
Loading…
Reference in a new issue