generate.js: add ohshitimfeelingit

This commit is contained in:
Jon 2022-12-11 13:27:04 +00:00
parent 918e33a0b1
commit 0316344569

View File

@ -638,7 +638,13 @@ const mediaItems = [
.setNiggadata("panzer", "570550d318f3c6dc5677b99a") .setNiggadata("panzer", "570550d318f3c6dc5677b99a")
.addSource(RadioSource.new("audio/mp3") .addSource(RadioSource.new("audio/mp3")
.setURI("mxc://glowers.club/aJJKZCrBvRDcbrUQXoWiSLfL") .setURI("mxc://glowers.club/aJJKZCrBvRDcbrUQXoWiSLfL")
.addPreview("mxc://glowers.club/KGlWUXAnjOQOfnaGGaGMbdnz", "image/jpg", "500x500")) .addPreview("mxc://glowers.club/KGlWUXAnjOQOfnaGGaGMbdnz", "image/jpg", "500x500")),
RadioItem.new("ohshitimfeelingit")
.setMetadata("OH SHIT I'M FEELING IT", "yung wenli", "https://soundcloud.com/yung_wenli/oh-shit-im-feeling-it")
.addSource(RadioSource.new("audio/mp3")
.setURI("mxc://glowers.club/OoDDxMutNpVzlTMbPiBfIvSp")
.addPreview("mxc://glowers.club/VrEtpPvDRBhlrxevPuIMAQLp", "image/jpg", "500x500"))
].filter(Boolean).map(a => a.serialize()).sort((a,b) => a.id.localeCompare(b.id)) ].filter(Boolean).map(a => a.serialize()).sort((a,b) => a.id.localeCompare(b.id))