feat: Make play-dl use custom stream logic

This commit is contained in:
2024-06-20 10:02:39 +07:00
parent aff33558db
commit 237a041301
2 changed files with 58 additions and 11 deletions

View File

@@ -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}`,
);
}