mirror of
https://github.com/YuzuZensai/NekoMelody.git
synced 2026-01-30 20:34:32 +00:00
🐛 fix: LoopMode enum
This commit is contained in:
@@ -4,8 +4,8 @@ import { SeekableStream } from "../utils/SeekableStream";
|
||||
import EventEmitter from "events";
|
||||
|
||||
export enum LoopMode {
|
||||
None,
|
||||
Current,
|
||||
None = "none",
|
||||
Current = "current",
|
||||
}
|
||||
|
||||
export class Player {
|
||||
|
||||
Reference in New Issue
Block a user