mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +00:00
removed debug things
This commit is contained in:
parent
7957601814
commit
4704f27e30
3 changed files with 0 additions and 3 deletions
|
|
@ -1597,7 +1597,6 @@ class CustomMediaPlayerViewController: UIViewController, UIGestureRecognizerDele
|
|||
|
||||
self.updateSkipButtonsVisibility()
|
||||
|
||||
Logger.shared.log(fullUrl, type: "Stream")
|
||||
UserDefaults.standard.set(self.currentTimeVal, forKey: "lastPlayedTime_\(self.fullUrl)")
|
||||
UserDefaults.standard.set(self.duration, forKey: "totalTime_\(self.fullUrl)")
|
||||
|
||||
|
|
|
|||
|
|
@ -90,7 +90,6 @@ class VideoPlayerViewController: UIViewController {
|
|||
}
|
||||
|
||||
addPeriodicTimeObserver(fullURL: fullUrl)
|
||||
Logger.shared.log(fullUrl, type: "Stream")
|
||||
let lastPlayedTime = UserDefaults.standard.double(forKey: "lastPlayedTime_\(fullUrl)")
|
||||
if lastPlayedTime > 0 {
|
||||
let seekTime = CMTime(seconds: lastPlayedTime, preferredTimescale: 1)
|
||||
|
|
|
|||
|
|
@ -1528,7 +1528,6 @@ struct MediaInfoView: View {
|
|||
|
||||
DispatchQueue.main.asyncAfter(deadline: .now() + 0.5) {
|
||||
guard self.activeFetchID == fetchID else { return }
|
||||
Logger.shared.log(fullURL, type: "Stream")
|
||||
|
||||
let externalPlayer = UserDefaults.standard.string(forKey: "externalPlayer") ?? "Sora"
|
||||
var scheme: String?
|
||||
|
|
|
|||
Loading…
Reference in a new issue