Space added after if
This commit is contained in:
parent
77a0c022fa
commit
acad74c25d
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user