feat: persist media scan task logs

This commit is contained in:
ngfchl
2026-07-18 16:15:58 +08:00
parent b0a2970ef7
commit ff13645f6f
4 changed files with 210 additions and 18 deletions
+1
View File
@@ -28,6 +28,7 @@ class StorageKeys {
static const String fileCacheTTLMinutes = 'guangya.fileCacheTTLMinutes';
static const String defaultFilePageSize = 'guangya.defaultFilePageSize';
static const String fastTransferSession = 'guangya.fastTransferSession';
static const String mediaScanHistory = 'guangya.mediaScanHistory';
}
class StorageManager {