summaryrefslogtreecommitdiff
path: root/player-android/android/app/src/main/kotlin/zone/foo
AgeCommit message (Collapse)Author
2026-05-22Add migration for missing playback_progress.finished column (5f)Paul Buetow
Existing databases created before the finished column was added to the base schema still satisfied CREATE TABLE IF NOT EXISTS and never got the column, causing GET /api/v1/media/{id} to fail with "SQL logic error: no such column: finished" and break media detail view. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17Complete player-android Flutter scaffoldPaul Buetow