erela.js
erela.js copied to clipboard
Added spotify links to track object
It's hard to read what was changed with all the formatting but it seems like you changed the generic function that searches for songs, it isn't specific to Spotify and every other audio plugin would need to do the same, but there may be talk about changing how this works to another way more suited for it, such as a function the plugin needs to modify the data to keep certain properties
It's hard to read what was changed with all the formatting but it seems like you changed the generic function that searches for songs, it isn't specific to Spotify and every other audio plugin would need to do the same, but there may be talk about changing how this works to another way more suited for it, such as a function the plugin needs to modify the data to keep certain properties
Why don't we change spotifyUri to something like idk uri2 so every plugin can just return that too, and all I really changed was the getClosestTrack and I added the uri to the track as a string or null. The rest were really just formatting.