update components
This commit is contained in:
@@ -673,7 +673,7 @@ class StreamController extends EventHandler {
|
||||
media.addEventListener('seeked', this.onvseeked);
|
||||
media.addEventListener('ended', this.onvended);
|
||||
if(this.levels && this.config.autoStartLoad) {
|
||||
this.startLoad();
|
||||
this.hls.startLoad();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -782,7 +782,7 @@ class StreamController extends EventHandler {
|
||||
this.startLevelLoaded = false;
|
||||
this.startFragRequested = false;
|
||||
if (this.config.autoStartLoad) {
|
||||
this.startLoad();
|
||||
this.hls.startLoad();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user