mirror of
https://github.com/informaticker/discord-jellyfin-bot.git
synced 2024-11-23 10:11:56 +01:00
🔥 Remove console log debug
This commit is contained in:
parent
1a1e12506f
commit
3fd94e590d
@ -37,8 +37,6 @@ export class JellyfinSearchService {
|
|||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(SearchHints);
|
|
||||||
|
|
||||||
if (status !== 200) {
|
if (status !== 200) {
|
||||||
this.logger.error(`Jellyfin Search failed with status code ${status}`);
|
this.logger.error(`Jellyfin Search failed with status code ${status}`);
|
||||||
return [];
|
return [];
|
||||||
|
@ -192,7 +192,6 @@ export class PlayItemCommand
|
|||||||
break;
|
break;
|
||||||
case 'album':
|
case 'album':
|
||||||
const album = await this.jellyfinSearchService.getItemsByAlbum(id);
|
const album = await this.jellyfinSearchService.getItemsByAlbum(id);
|
||||||
console.log(album);
|
|
||||||
album.SearchHints.forEach((item) => {
|
album.SearchHints.forEach((item) => {
|
||||||
this.enqueueSingleTrack(item as BaseJellyfinAudioPlayable, bitrate);
|
this.enqueueSingleTrack(item as BaseJellyfinAudioPlayable, bitrate);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user