feat: download recovery

This commit is contained in:
edde746
2026-02-08 08:06:41 +01:00
parent fab73a0bc0
commit 7660178b2e
2 changed files with 258 additions and 24 deletions
+1
View File
@@ -213,6 +213,7 @@ class _MainAppState extends State<MainApp> with WidgetsBindingObserver {
PlexApiCache.initialize(_appDatabase);
_downloadManager = DownloadManagerService(database: _appDatabase, storageService: DownloadStorageService.instance);
_downloadManager.recoverInterruptedDownloads();
_offlineWatchSyncService = OfflineWatchSyncService(database: _appDatabase, serverManager: _serverManager);