siftlode/backend/app/sync
npeter83 7b8f835226 fix(playlists): dirty lagged one edit (flush before fingerprinting)
The session has autoflush off, so recompute_dirty's query read the last-committed
state, not the current request's pending item/order edits — so the first reorder
after a sync compared against itself and missed dirty, and only the next edit showed
it. Flush pending changes before computing the current fingerprint. Verified: a swap
now flips dirty immediately, and reverting to the original clears it.
2026-06-16 00:11:58 +02:00
..
__init__.py feat: M2 (part 1) — subscription import, YouTube client, quota guard 2026-06-11 01:22:07 +02:00
autotag.py chore: structured timestamped logging across the backend 2026-06-11 04:26:18 +02:00
playlists.py fix(playlists): dirty lagged one edit (flush before fingerprinting) 2026-06-16 00:11:58 +02:00
runner.py fix(backfill): auto-complete full history when stored >= video_count 2026-06-14 19:01:04 +02:00
subscriptions.py chore: structured timestamped logging across the backend 2026-06-11 04:26:18 +02:00
videos.py fix(backfill): auto-complete full history when stored >= video_count 2026-06-14 19:01:04 +02:00