mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Space added after if
This commit is contained in:
@@ -264,7 +264,7 @@ export class Stream {
|
|||||||
this.cleanup();
|
this.cleanup();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(this.time.length === 0 || this.segment_urls.length === 0) {
|
if (this.time.length === 0 || this.segment_urls.length === 0) {
|
||||||
this.cleanup();
|
this.cleanup();
|
||||||
this.stream.push(null);
|
this.stream.push(null);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user