forked from jon/glowers-radio
generate.js: add avemaria
This commit is contained in:
parent
c5d17dd647
commit
8e05e3df12
@ -492,7 +492,13 @@ const mediaItems = [
|
||||
.addSource(RadioSource.new("video/mp4")
|
||||
.setURI("mxc://glowers.club/vADMHcSVAzikHdjSRXKsmllx")
|
||||
.addPreview("mxc://glowers.club/igLcLQjIYWSzTCRAPDMxSAmh", "image/jpg", "853x480")
|
||||
.addPreview("mxc://glowers.club/dcqgSxtEyYBQNpYLfpXkxADL", "image/jpg", "500x500", EDisplayType.SQUARE))
|
||||
.addPreview("mxc://glowers.club/dcqgSxtEyYBQNpYLfpXkxADL", "image/jpg", "500x500", EDisplayType.SQUARE)),
|
||||
|
||||
RadioItem.new("avemaria")
|
||||
.setMetadata("Ave Maria", "Daniel Perret", "https://youtu.be/4swAeQGBvAs")
|
||||
.addSource(RadioSource.new("audio/mp3")
|
||||
.setURI("x-gwm://wiki/avemaria.mp3")
|
||||
.addPreview("mxc://glowers.club/UvQPlQTYoDjufDtdjZnPShmm", "image/png", "546x546"))
|
||||
|
||||
].filter(Boolean).map(a => a.serialize()).sort((a,b) => a.id.localeCompare(b.id))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user