From 4d4e351106d48abb871a165d1bd2b9801e811a0f Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 30 Dec 2022 10:28:11 +0000 Subject: [PATCH] generate.js: update ifuckinglovescience metadata --- generate.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/generate.js b/generate.js index b0d85a0..e000d02 100755 --- a/generate.js +++ b/generate.js @@ -693,9 +693,10 @@ const mediaItems = [ .addPreview("mxc://glowers.club/esDPBgpoTvTtqekHAQJRwqtK", "image/jpg", "480x272")), RadioItem.new("ifuckinglovescience") + .setMiscInfo(RadioMiscInfo.new().bExplicit()) .addItemInfo(RadioMetadata.newLV(null, null, RadioMetadata.createBooruSoyURI(20571))) - .addItemInfo(RadioMetadata.newLA("I FUCKING LOVE SCIENCE", "Hank Green", RadioMetadata.createYouTubeURI("RECuQaaGGfA")).bOfficial()) - .addItemInfo(RadioMetadata.newLA(null, null, RadioMetadata.createAppleMusicURI(868150396)).bOfficial().bAlt()) + .addItemInfo(RadioMetadata.newLA("I FUCKING LOVE SCIENCE", "Hank Green", RadioMetadata.createYouTubeURI("RECuQaaGGfA")).bOfficial().bExplicit()) + .addItemInfo(RadioMetadata.newLA(null, null, RadioMetadata.createAppleMusicURI(868150396)).bOfficial().bExplicit().bAlt()) .addSource(RadioSource.new("video/mp4", [ "avc1.4D4029", "mp4a.40.2" ]) .setURI("mxc://glowers.club/tLnDwRvJDckOIopncgUfodAn") .addPreview("mxc://glowers.club/burAaUYSveyoVMHrijAsAxlL", "image/jpg", "768x432"))