adding This Is Lazy Town
This commit is contained in:
parent
359d372a94
commit
5095bc2bf6
File diff suppressed because one or more lines are too long
@ -1040,7 +1040,13 @@ const mediaItems = [
|
|||||||
.addSource(RadioSource.new("audio/mp3", [ "mp3" ])
|
.addSource(RadioSource.new("audio/mp3", [ "mp3" ])
|
||||||
.setURI("mxc://glowers.club/HEDaNdMsVFzIgYDkymkxnhob")
|
.setURI("mxc://glowers.club/HEDaNdMsVFzIgYDkymkxnhob")
|
||||||
.setPlaybackInfo(RadioPlaybackInfo.new().setPlaybackVolume(.25))
|
.setPlaybackInfo(RadioPlaybackInfo.new().setPlaybackVolume(.25))
|
||||||
.addPreview("mxc://glowers.club/vBvnVioYcHeIGtvHRAaWWCab", "image/jpg", "500x500"))
|
.addPreview("mxc://glowers.club/vBvnVioYcHeIGtvHRAaWWCab", "image/jpg", "500x500")),
|
||||||
|
|
||||||
|
RadioItem.new("thisislazytown")
|
||||||
|
.setMetadata("This Is Lazy Town", "Soundclown Crimes Against Humanity", "Soundclown Crimes Against Humanity ")
|
||||||
|
.addSource(RadioSource.new("audio/mp3", [ "mp3" ])
|
||||||
|
.setURI("mxc://glowers.club/XKaBjJLglqeAgkkPgEclMBIS")
|
||||||
|
.addPreview("mxc://glowers.club/KcFqpISqthZSOFhntXAhkWIr", "image/jpg", "500x500"))
|
||||||
|
|
||||||
// TODO: needs artwork
|
// TODO: needs artwork
|
||||||
// RadioItem.new("isisman")
|
// RadioItem.new("isisman")
|
||||||
|
Loading…
Reference in New Issue
Block a user