forked from jon/glowers-radio
generate.js: add ohshitimfeelingit
This commit is contained in:
parent
918e33a0b1
commit
0316344569
@ -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))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user