mirror of
https://github.com/YuzuZensai/NekoMelody.git
synced 2026-01-31 14:57:58 +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[];
|
||||
|
||||
Reference in New Issue
Block a user