diff --git a/generate.js b/generate.js index 3bdf12c..c43b230 100755 --- a/generate.js +++ b/generate.js @@ -431,6 +431,12 @@ const mediaItems = [ .setURL("mxc://glowers.club/qYCbeFblMeBUMDZEiuBWuFnX") .setThumbnailURL("mxc://glowers.club/dDbuzhpAoewNQoKHCejeQqdk", "image/jpg", "800x450")), + RadioItem.new("feedandseed") + .addTags([ "misc" ]) + .addSource(RadioSource.new("video/mp4") + .setURL("mxc://glowers.club/vsMepElCpNKFgLltczQRjxfJ") + .setThumbnailURL("mxc://glowers.club/zUXbbLOCCxZoZDRIwVCzHFYC", "image/jpg", "654x480")), + ].filter(Boolean).map(a => a.serialize()).sort((a,b) => a.id.localeCompare(b.id)) for (const item of mediaItems) {