Re-implement the paused timer

This commit is contained in:
ronaldheft
2022-08-22 18:00:37 -04:00
parent fe042f3f83
commit 2448b461f0
2 changed files with 22 additions and 4 deletions
@@ -168,8 +168,4 @@ class PlayerHandler {
}
}
}
@objc public static func syncServerProgressDuringPause() {
Task { await PlayerProgress.shared.syncFromServer() }
}
}