removed unused code

This commit is contained in:
Daniel Sommer 2022-05-02 15:41:14 +02:00
parent 704f7ce516
commit 3289bc651d

View file

@ -198,9 +198,6 @@ class StreamBuffer extends EventEmitter {
} }
this.#destroy(); this.#destroy();
}); });
// this.streams.output.on('progress', (progress) => {
// this.playback.progress = progress;
// });
this.streams.output.on('hiccup', () => { this.streams.output.on('hiccup', () => {
this.playback.hiccups++; this.playback.hiccups++;
logger.warn('hiccup ' + this.playback.hiccups + ' detected...'); logger.warn('hiccup ' + this.playback.hiccups + ' detected...');