add killallthegays

This commit is contained in:
q 2022-12-12 16:14:49 -05:00
parent 0316344569
commit a2de68a09e
2 changed files with 8 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

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