This commit is contained in:
2025-06-06 10:10:40 +02:00
parent 78ff1953ad
commit ee93ef576b
3 changed files with 6 additions and 4 deletions

View File

@ -83,7 +83,7 @@ class MediaProvider extends ChangeNotifier {
debugPrint('Fehler beim Laden der Medien: $e');
} finally {
_isLoading = false;
if(notify) notifyListeners();
if (notify) notifyListeners();
}
}
}