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