Add blsdm

This commit is contained in:
q 2022-12-24 11:52:11 -05:00
parent 2374a110a9
commit 23b7b8ebf9
2 changed files with 7 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -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 = {