viewer: hide album on public route

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/767/head
Varun Patil 2023-08-03 21:51:27 -07:00
parent 0ddb478759
commit 123ce4dfb3
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@
</NcActionButton>
<NcActionButton
:aria-label="t('memories', 'Add to album')"
v-if="config.albums_enabled && !isLocal && canShare"
v-if="config.albums_enabled && !isLocal && !routeIsPublic && canShare"
@click="updateAlbums"
:close-after-click="true"
>