generate.js: i oop

This commit is contained in:
Jon 2022-11-17 18:10:28 +00:00
parent a0b82a8b5e
commit 1960e62dcb

View File

@ -428,7 +428,7 @@ const mediaItems = [
.setMetadata("Professor proves SICKS are the best weapons", "Shadiversity", "https://youtu.be/mPnscZFUuog")
.addTags([ "misc" ])
.addSource(RadioSource.new("video/mp4")
.setURL("mxc://glowers.club/mPnscZFUuog")
.setURL("mxc://glowers.club/qYCbeFblMeBUMDZEiuBWuFnX")
.setThumbnailURL("mxc://glowers.club/dDbuzhpAoewNQoKHCejeQqdk", "image/jpg", "800x450")),
].filter(Boolean).map(a => a.serialize()).sort((a,b) => a.id.localeCompare(b.id))