forked from jon/glowers-radio
Add blsdm
This commit is contained in:
parent
2374a110a9
commit
23b7b8ebf9
File diff suppressed because one or more lines are too long
@ -1080,6 +1080,12 @@ const mediaItems = [
|
||||
.setURI("mxc://glowers.club/AybVVfwhrAOCWTkGtMeIxkdB")
|
||||
.addPreview("mxc://glowers.club/NuOKRVCYsxywWAsmRdoSVJfX", "image/jpg", "500x500")),
|
||||
|
||||
RadioItem.new("blsdm")
|
||||
.setMetadata("Black Lives (Still Don't) Matter", "Moonman")
|
||||
.addSource(RadioSource.new("audio/mp3", [ "mp3" ])
|
||||
.setURI("mxc://glowers.club/GfcCntGLSZsYkkzzkaoJrUWx")
|
||||
.addPreview("mxc://glowers.club/ZTaLkvjSzAoOmPCmiZqdVAJY", "image/jpg", "600x600")),
|
||||
|
||||
].filter(Boolean).map(a => a.serialize()).sort((a,b) => a.id.localeCompare(b.id))
|
||||
|
||||
const lintCodecWarnings = {
|
||||
|
Loading…
Reference in New Issue
Block a user