Merge q-fork, closes #4

This commit is contained in:
Jon 2022-12-22 18:11:58 +00:00
commit a075fe6fc1
2 changed files with 7 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -1042,6 +1042,12 @@ const mediaItems = [
.setPlaybackInfo(RadioPlaybackInfo.new().setPlaybackVolume(.4)) .setPlaybackInfo(RadioPlaybackInfo.new().setPlaybackVolume(.4))
.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", "https://soundcloud.com/thesoundclowncriminal/this-is-lazy-town")
.addSource(RadioSource.new("audio/mp3", [ "mp3" ])
.setURI("mxc://glowers.club/XKaBjJLglqeAgkkPgEclMBIS")
.addPreview("mxc://glowers.club/KcFqpISqthZSOFhntXAhkWIr", "image/jpg", "500x500")),
RadioItem.new("isisman") RadioItem.new("isisman")
.setMetadata("ISISman", "Triple-Q", "https://triple-q.bandcamp.com/track/isisman") .setMetadata("ISISman", "Triple-Q", "https://triple-q.bandcamp.com/track/isisman")
.addSource(RadioSource.new("audio/mp3", [ "mp3" ]) .addSource(RadioSource.new("audio/mp3", [ "mp3" ])