mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-19 00:58:54 +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()
|
session = session.freeze()
|
||||||
|
|
||||||
guard safeToSync else { return }
|
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
|
var success = false
|
||||||
if session.isLocal {
|
if session.isLocal {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue