diff --git a/ios/App/Shared/player/PlayerProgress.swift b/ios/App/Shared/player/PlayerProgress.swift index d99a15a4..c39cce8d 100644 --- a/ios/App/Shared/player/PlayerProgress.swift +++ b/ios/App/Shared/player/PlayerProgress.swift @@ -141,7 +141,7 @@ class PlayerProgress { session = session.freeze() guard safeToSync else { return } - NSLog("Sending sessionId(\(session.id)) to server") + NSLog("Sending sessionId(\(session.id)) to server with currentTime(\(session.currentTime))") var success = false if session.isLocal {