refresh lists on source change and sync

This commit is contained in:
austinried
2025-11-22 17:39:57 +09:00
parent 798a907cca
commit 064440b0ee
5 changed files with 32 additions and 18 deletions

View File

@@ -12,7 +12,7 @@ final databaseInitializer = FutureProvider<SubtracksDatabase>((ref) async {
SourcesCompanion.insert(
id: Value(1),
name: 'test subsonic',
// isActive: Value(true),
isActive: Value(true),
),
);
await db