mirror of
https://github.com/YuzuZensai/NekoMelody.git
synced 2026-01-06 04:33:21 +00:00
🐛 fix: EventEmitter
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { EventEmitter, Readable, Stream } from "stream";
|
||||
import { Readable, Stream } from "stream";
|
||||
import { AudioInformation, Provider } from "../providers/base";
|
||||
import { SeekableStream } from "../utils/SeekableStream";
|
||||
import EventEmitter from "events";
|
||||
|
||||
export class Player {
|
||||
private providers: Provider[];
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
import { EventEmitter, Readable } from "stream";
|
||||
import { Readable } from "stream";
|
||||
import { AudioInformation } from "../providers/base";
|
||||
import { Timer } from "./Timer";
|
||||
import { WebmSeeker, WebmSeekerState } from "./WebmSeeker";
|
||||
import { getStream } from "./Request";
|
||||
import EventEmitter from "events";
|
||||
|
||||
const DEBUG_SIMULATE_FAILURE = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user