mirror of
https://github.com/informaticker/discord-jellyfin-bot.git
synced 2024-11-23 18:21:55 +01:00
fix song not found bug
This commit is contained in:
parent
1db343778d
commit
c94ce3d935
@ -122,6 +122,8 @@ function handleChannelMessage(message) {
|
||||
itemID = await searchForItemID(argument);
|
||||
} catch (e) {
|
||||
message.reply(e);
|
||||
playbackmanager.stop(discordClient.user.client.voice.connections.first());
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user