mirror of
https://github.com/immich-app/immich.git
synced 2026-01-22 01:18:54 -08:00
unrelated change
This commit is contained in:
@@ -64,11 +64,6 @@ mixin CancellableImageProviderMixin<T extends Object> on CancellableImageProvide
|
||||
return;
|
||||
}
|
||||
yield image;
|
||||
} catch (e) {
|
||||
evict();
|
||||
if (!isCancelled) {
|
||||
_log.severe('Error loading image', e);
|
||||
}
|
||||
} finally {
|
||||
this.request = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user