chore: check before sync linked albums from websocket events (#21941)

This commit is contained in:
Alex
2025-09-14 02:08:41 -05:00
committed by GitHub
parent a122d4b969
commit 71e33e35dc
3 changed files with 23 additions and 7 deletions

View File

@@ -84,7 +84,7 @@ Cancelable<T?> runInIsolateGentle<T>({
return null;
},
(error, stack) {
dPrint(() => "Error in isolate zone: $error, $stack");
dPrint(() => "Error in isolate $debugLabel zone: $error, $stack");
},
);
return null;