Mainly fixes for performance in /playlist-enqueue [name] [shuffle]
Instead of processing everything in the playlist together in one command, splits the process of queueing up in another concurrent thread, and schedules them in another thread to ensure that it doesn't block the main bot responses.
Some small version code fixes and other logging improvements are included as well
Specifics are in CHANGELOG.md
.