generate.js: add better preview for killallthe

This commit is contained in:
Jon 2022-12-12 23:27:45 +00:00
parent 2ecc5341a4
commit 20dbf4b04a

View File

@ -651,7 +651,7 @@ const mediaItems = [
.setNiggadata("killallthe", "570550d318f3c6dc5677ba01")
.addSource(RadioSource.new("audio/mp3")
.setURI("mxc://glowers.club/CbLUdYNkCDzYrgwzszgfQBsk")
.addPreview("mxc://glowers.club/nLDctbZmHSuexqLlvytJoUoB", "image/png", "907x948"))
.addPreview("mxc://glowers.club/qnAjqhGYzBLrEmlhzbxreoUC", "image/jpg", "500x500"))
].filter(Boolean).map(a => a.serialize()).sort((a,b) => a.id.localeCompare(b.id))