mirror of
https://github.com/informaticker/discord-jellyfin-bot.git
synced 2024-11-23 18:21:55 +01:00
Update src/messagehandler.js
Co-authored-by: KGT1 <kilian.gamn@gmx.de>
This commit is contained in:
parent
94f765af0d
commit
1b7f4b786d
@ -116,7 +116,7 @@ async function playThis (message) {
|
||||
}
|
||||
|
||||
discordClient.user.client.voice.connections.forEach((element) => {
|
||||
songPlayMessage(message, itemID, argument);
|
||||
songPlayMessage(message, argument);
|
||||
playbackmanager.startPlaying(element, itemID, isSummendByPlay);
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user