Finish cleaning up some refactors

This commit is contained in:
ronaldheft
2022-08-20 10:15:45 -04:00
parent 0f8672fb92
commit a461ed43de
2 changed files with 4 additions and 8 deletions
@@ -29,10 +29,6 @@ class PlayerProgress {
await UIApplication.shared.endBackgroundTask(backgroundToken)
}
private static func updateLocalSessionFromActivePlayer() {
}
private static func updateLocalMediaProgressFromLocalSession() {
guard let session = PlayerHandler.getPlaybackSession() else { return }
guard session.isLocal else { return }