generate.js: add whenblackissus

This commit is contained in:
Jon 2022-11-16 12:40:29 +00:00
parent 864b3851ab
commit 816a84e908

View File

@ -384,7 +384,7 @@ const radioEntries = [
RadioItem.new("hotline")
.setMetadata("Gangster Party Line", "Brent Weinbach", "https://youtu.be/Cx1J2CzNnS8")
.setNiggadata("hotline", undefined)
.setTags([ "misc" ])
.addTags([ "misc" ])
.addSource(RadioSource.new("video/mp4")
.setURL("mxc://glowers.club/gnZElBwskTnBXkeZPiINVtSB")
.setThumbnailURL("mxc://glowers.club/iPoGcvVbhmElZgaZuEdNQDBJ")),
@ -404,6 +404,13 @@ const radioEntries = [
.setThumbnailURL("mxc://glowers.club/aHWNIqMTUjXZRGZUqZCuOgbi")
.setThumbnailType(EThumbnailType.LANDSCAPE)),
RadioItem.new("whenblackissus")
.setMetadata("Among Us theme song but it's in the style of Metallica's Black Album", "rex", "https://youtu.be/tA2Sr6GgbWo")
.setTags([ "sus" ])
.addSource(RadioSource.new("audio/mp3")
.setURL("mxc://glowers.club/VDXDeYltzQOhTChQtmsZaybu")
.setThumbnailURL("mxc://glowers.club/JAWtHKTIefGJzYadLOUofaWl")),
].filter(Boolean).map(a => a.serialize()).sort((a,b) => a.id.localeCompare(b.id))
const radioObj = {