forked from jonsmy/glowers-radio
		
	generate.js: add whenblackissus
This commit is contained in:
		| @@ -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 = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user