Skip to content

Commit

Permalink
fix: Specify a source for the tmp local album
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <[email protected]>
  • Loading branch information
artonge committed Jul 3, 2024
1 parent 17ed4b0 commit 63b2097
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Albums/AlbumForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ import Send from 'vue-material-design-icons/Send.vue'
import { NcButton, NcLoadingIcon, NcTextField } from '@nextcloud/vue'
import moment from '@nextcloud/moment'
import { translate } from '@nextcloud/l10n'
import { generateRemoteUrl } from '@nextcloud/router'

import CollaboratorsSelectionForm from './CollaboratorsSelectionForm.vue'

Expand Down Expand Up @@ -184,6 +185,7 @@ export default {
lastPhoto: -1,
date: moment().format('MMMM YYYY'),
collaborators,
source: generateRemoteUrl(`dav/${this.albumFileName}`),
},
})

Expand Down

0 comments on commit 63b2097

Please sign in to comment.