mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 18:15:01 +02:00
Show currentTime in console
This commit is contained in:
parent
3c6f29bf3a
commit
ba1efedd79
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue