We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0afabac + c62a7c0 commit 145dcd7Copy full SHA for 145dcd7
kahuna/public/js/components/gr-usagerights-summary/gr-usagerights-bbc.tsx
@@ -46,6 +46,10 @@ const usableForAllClause = (image: any) : boolean => {
46
image.data.cost.toString().toLowerCase() === "conditional")) {
47
hasRestrictions = true;
48
}
49
+ if (image.data.usageRights &&
50
+ image.data.usageRights.usageRestrictions) {
51
+ hasRestrictions = true;
52
+ }
53
let bbcOwned = false;
54
if (image.data.metadata.credit &&
55
image.data.metadata.credit.toString().toLowerCase().includes("bbc")) {
0 commit comments