feat: migrate downloads to background_downloader

close #454
This commit is contained in:
edde746
2026-02-14 18:02:49 +01:00
parent 2278af8d83
commit d986f0d2ea
10 changed files with 1762 additions and 880 deletions
+1
View File
@@ -47,6 +47,7 @@ class DownloadedMedia extends Table {
IntColumn get downloadedAt => integer().nullable()();
TextColumn get errorMessage => text().nullable()();
IntColumn get retryCount => integer().withDefault(const Constant(0))();
TextColumn get bgTaskId => text().nullable()();
}
/// Queue for offline watch progress and manual watch actions.