diff --git a/data/songs.js b/data/songs.js index 2afdbfc..3b33a48 100644 --- a/data/songs.js +++ b/data/songs.js @@ -1109,4 +1109,9 @@ module.exports = [ .setURI("mxc://glowers.club/QyMHkJfMFyHvkdAQOnIFknlE") .addPreview("mxc://glowers.club/xFSTpwmzKVcTTKobZNyGUHVZ", "image/jpg", "500x500")), + RadioItem.new("MINDBLOWN") + .addItemInfo(RadioMetadata.newLA("Samsung Galaxy S10 Over The Horizon Ringtone Type Beat (Mindblowing)", "vehicular manslaughter gaming", RadioMetadata.createYouTubeURI("RgSubX2XNAs"))) + .addSource(RadioSource.new("audio/mp3", [ "mp3" ]) + .setURI("mxc://glowers.club/KHLXkJHhDLJThqXxipWjGoVx") + .addPreview("mxc://glowers.club/OUvyBYKWZGzahcWfMoqXegbt", "image/jpg", "500x500")), ]