diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-22 23:16:14 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-22 23:16:14 +0300 |
| commit | 1c912d5feee218ef46a295c05652f2dc3bd4d1d5 (patch) | |
| tree | 2358d0cffa9c58fabe162b24f6ecb0510898a41b /player-android/pubspec.lock | |
| parent | c2944be8708f4bb9c687679b4ed63e1398b83f05 (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'player-android/pubspec.lock')
| -rw-r--r-- | player-android/pubspec.lock | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/player-android/pubspec.lock b/player-android/pubspec.lock index 0ae7f78..c74d0d5 100644 --- a/player-android/pubspec.lock +++ b/player-android/pubspec.lock @@ -137,6 +137,14 @@ packages: url: "https://pub.dev" source: hosted version: "2.1.0" + cookie_jar: + dependency: "direct main" + description: + name: cookie_jar + sha256: "963da02c1ef64cb5ac20de948c9e5940aa351f1e34a12b1d327c83d85b7e8fff" + url: "https://pub.dev" + source: hosted + version: "4.0.9" crypto: dependency: transitive description: @@ -177,6 +185,14 @@ packages: url: "https://pub.dev" source: hosted version: "5.9.2" + dio_cookie_manager: + dependency: "direct main" + description: + name: dio_cookie_manager + sha256: "0db1a7b997a0455e488ac35744c68eed3f2a4280d3ab531835a65641b0a08744" + url: "https://pub.dev" + source: hosted + version: "3.4.0" dio_web_adapter: dependency: transitive description: @@ -861,6 +877,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.4.0" + universal_io: + dependency: transitive + description: + name: universal_io + sha256: f63cbc48103236abf48e345e07a03ce5757ea86285ed313a6a032596ed9301e2 + url: "https://pub.dev" + source: hosted + version: "2.3.1" uuid: dependency: transitive description: |
