v1.1.9+39
All checks were successful
Flutter Schmutter / build (push) Successful in 3m35s

This commit is contained in:
2025-06-09 14:02:59 +02:00
parent 93fb3536ee
commit 671b3cfbe0
7 changed files with 122 additions and 118 deletions

View File

@ -107,11 +107,7 @@ class MediaNotifier extends StateNotifier<MediaState> {
}
Future<void> loadMedia({int? id}) async {
//if (state.isLoading) return;
if (id != null) {
print('requested id: ${id.toString()}');
}
if (state.isLoading) return;
state = state.replace(isLoading: true);
try {
final older =