This commit is contained in:
killer069
2021-10-02 13:26:50 +05:30
parent 543d0e5fd0
commit ecc50ee186
2 changed files with 16 additions and 6 deletions

View File

@@ -134,7 +134,7 @@ export class Stream {
private data_ended: boolean;
private playing_count: number;
private quality: number;
private proxy: Proxy[] | undefined ;
private proxy: Proxy[] | undefined;
private request: IncomingMessage | null;
constructor(
url: string,