Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Remove unrelated change
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Mar 18, 2022
1 parent ed2af59 commit 0ab1557
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/get-legacy-source-url.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const legacySourceMap = {
Europeana: {
audio(search) {
let query = `${search.q} AND RIGHTS:*creative*` // search cc licensed works

if (search.filters && search.filters.commercial) {
if (search.filters.commercial) query = `${query} AND NOT RIGHTS:*nc*`
if (search.filters.modify) query = `${query} AND NOT RIGHTS:*nd*`
Expand Down

0 comments on commit 0ab1557

Please sign in to comment.