generate.js: add feedandseed

This commit is contained in:
Jon 2022-11-17 18:23:34 +00:00
parent d7ee524160
commit 3f1b503b57

View File

@ -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) {