Skip to content

Commit

Permalink
Merge pull request #9 from nextmcloud/bugfix/photos/path-issue
Browse files Browse the repository at this point in the history
loading media from root
  • Loading branch information
liviu-preda-tsystems committed Jul 18, 2024
2 parents 55fd771 + 4d18679 commit 03c998c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/PhotoSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ export default async function(options = {}) {
: ''

const sourceFolders = store.state.userConfig.photosSourceFolders
.map(folder => `
.map(() => `
<d:scope>
<d:href>${joinPaths(davRootPath, folder)}</d:href>
<d:href>${joinPaths(davRootPath)}</d:href>
<d:depth>infinity</d:depth>
</d:scope>`
)
Expand Down

0 comments on commit 03c998c

Please sign in to comment.