chore(prettier)

This commit is contained in:
Snowflake107 2021-05-31 21:56:48 +05:45
parent 3ca72b44c3
commit 47b31f655f

View file

@ -1255,7 +1255,7 @@ export class Player extends EventEmitter {
let newStream: any;
if (!queue.playing?.raw?.source) return void this.emit(PlayerEvents.ERROR, PlayerErrorEventCodes.VIDEO_UNAVAILABLE, queue.firstMessage, queue.playing, new PlayerError('Don\'t know how to play this item', 'PlayerError'));
if (!queue.playing?.raw?.source) return void this.emit(PlayerEvents.ERROR, PlayerErrorEventCodes.VIDEO_UNAVAILABLE, queue.firstMessage, queue.playing, new PlayerError("Don't know how to play this item", 'PlayerError'));
// modify spotify
if (queue.playing.raw.source === 'spotify' && !(queue.playing as any).backupLink) {