Skip to content

Commit

Permalink
:atom: [meta-server] don't mark YPP videos as explicit (Joystream#6261)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdembler authored and ikprk committed May 21, 2024
1 parent 1797947 commit 3042cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/atlas-meta-server/src/tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export const generateVideoSchemaTagsHtml = (
{
type: 'regular',
prop: 'isFamilyFriendly',
value: (!(video.isExplicit ?? true)).toString(),
value: (!(video.isExplicit ?? false)).toString(),
},
{
type: 'regular',
Expand Down

0 comments on commit 3042cbd

Please sign in to comment.