Serie Context Menu

This commit is contained in:
2025-11-04 17:33:12 +01:00
parent 982654273b
commit 3086a751ec
11 changed files with 929 additions and 423 deletions
@@ -31,7 +31,11 @@ final seriesGroupedProvider =
continue; // retry same offset with smaller page
}
// If we already have some data, return partial results to unblock UI
if (items.isNotEmpty) break; else rethrow;
if (items.isNotEmpty) {
break;
} else {
rethrow;
}
}
consecutiveFailures = 0;
if (page.isEmpty) break;