mirror of
https://github.com/YuzuZensai/NekoMelody.git
synced 2026-01-31 14:57:58 +00:00
✨ feat: Make play-dl use custom stream logic
This commit is contained in:
@@ -125,7 +125,7 @@ export class Stream {
|
||||
`Buffer Remaining: ${(this.stream.readableLength / (1024 * 1024)).toFixed(3)} MB | ` +
|
||||
`${!this.fetchCompleted ? `Buffer Sufficient: ${isBufferSufficient} | ` : ``}` +
|
||||
`Locked: ${this.locked} | ` +
|
||||
`Fetch Completed: ${this.fetchCompleted} | `,
|
||||
`Fetch Completed: ${this.fetchCompleted}`,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user