manuel-rw / jellyfin-discord-music-bot

A simple and leightweight Discord Bot, that integrates with your Jellyfin Media server and enables you to listen to your favourite music directly from discord.
MIT License
70 stars 9 forks source link

Fix casting to the bot device #255

Closed sssionek closed 7 months ago

sssionek commented 7 months ago

flatMapTrackItems is not an async function from what I know, but somehow it was able to return nothing before the conversion was fully done - an await fixes that. Additionally for casting albums and playlists, a data length check in Jellyfin search service would happily reject anything that has more than one item :) Fixes #250

manuel-rw commented 7 months ago

Thank you for the many fixes!