forked from jon/glowers-radio
add killallthegays
This commit is contained in:
parent
0316344569
commit
a2de68a09e
File diff suppressed because one or more lines are too long
@ -644,7 +644,13 @@ const mediaItems = [
|
||||
.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"))
|
||||
.addPreview("mxc://glowers.club/VrEtpPvDRBhlrxevPuIMAQLp", "image/jpg", "500x500")),
|
||||
|
||||
RadioItem.new("killallthegays")
|
||||
.setMetadata("KILL ALL THE GAYS AND THE FAGGOTS", "Mike David", "https://archive.org/details/killallthegaysandthefaggots451904565")
|
||||
.addSource(RadioSource.new("audio/mp3")
|
||||
.setURI("mxc://glowers.club/CbLUdYNkCDzYrgwzszgfQBsk")
|
||||
.addPreview("mxc://glowers.club/nLDctbZmHSuexqLlvytJoUoB", "image/png", "907x948"))
|
||||
|
||||
].filter(Boolean).map(a => a.serialize()).sort((a,b) => a.id.localeCompare(b.id))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user