mirror of
https://github.com/immich-app/immich.git
synced 2025-12-24 01:11:32 +03:00
@@ -87,7 +87,6 @@ export class AssetStore {
|
||||
}),
|
||||
|
||||
websocketStore.onAssetTrash.subscribe((ids) => {
|
||||
console.log('onAssetTrash', ids);
|
||||
if (ids) {
|
||||
for (const id of ids) {
|
||||
this.pendingChanges.push({ type: 'trash', value: id });
|
||||
|
||||
Reference in New Issue
Block a user