Skip to content

Commit

Permalink
Fix external storage support
Browse files Browse the repository at this point in the history
fixes #1111

Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Jun 29, 2022
1 parent 2e0c371 commit 6245af3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/services/PhotoSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,19 +116,13 @@ export default async function(onlyFavorites = false, options = {}) {
<d:depth>infinity</d:depth>
</d:scope>
</d:from>
<d:where>
<d:where>
<d:and>
<d:or>
${orMime}
</d:or>
${eqFavorites}
${onThisDay}
<d:eq>
<d:prop>
<oc:owner-id/>
</d:prop>
<d:literal>${getCurrentUser().uid}</d:literal>
</d:eq>
</d:and>
</d:where>
<d:orderby>
Expand Down

0 comments on commit 6245af3

Please sign in to comment.