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