mirror of
https://github.com/immich-app/immich.git
synced 2025-01-07 00:50:23 -05:00
parent
c18beddef8
commit
398d99a052
1 changed files with 4 additions and 0 deletions
|
@ -536,6 +536,10 @@
|
||||||
handleError(error, 'Unable to update album cover');
|
handleError(error, 'Unable to update album cover');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
$: if (!$user) {
|
||||||
|
shouldShowShareModal = false;
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:window
|
<svelte:window
|
||||||
|
|
Loading…
Reference in a new issue