Skip to content
Snippets Groups Projects

Improve session handling #9

Merged Chris Pastl requested to merge improve-session-handling-9 into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -132,6 +132,7 @@ class SyncJob(threading.Thread):
for entry in entries:
try:
session.begin_nested()
entry["trackStart"] = entry["track_start"] # TEMP FIX
entry = PlayLogAPI.from_dict(entry)
playlog = PlayLog(entry)
playlog.is_synced = True
Loading