chore(prettier)
This commit is contained in:
parent
3ca72b44c3
commit
47b31f655f
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue