From 1c912d5feee218ef46a295c05652f2dc3bd4d1d5 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 22 May 2026 23:16:14 +0300 Subject: Add migration for missing playback_progress.finished column (5f) 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 --- player-android/pubspec.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'player-android/pubspec.yaml') diff --git a/player-android/pubspec.yaml b/player-android/pubspec.yaml index 305a788..3c3e9d8 100644 --- a/player-android/pubspec.yaml +++ b/player-android/pubspec.yaml @@ -41,6 +41,8 @@ dependencies: # connectivity_plus: monitors network reachability changes; ProgressQueue # subscribes to its stream to trigger a flush when connectivity is restored. connectivity_plus: ^6.1.4 + cookie_jar: ^4.0.9 + dio_cookie_manager: ^3.4.0 dev_dependencies: flutter_test: -- cgit v1.2.3