mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
parent
98a7412855
commit
c68702c0a7
3 changed files with 15 additions and 11 deletions
|
|
@ -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 });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue