Merged in m3u-minor-3 (pull request #362)

mjpeg-player: minor fix
This commit is contained in:
Trek Hopton 2020-01-29 03:38:18 +00:00
commit 6a580ce594
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export default class LevelController extends EventHandler {
Event.LEVEL_LOADED);
this.canload = false;
this.currentLvlIdx = 0;
this.curLvlIdx = 0;
this.manualLvlIdx = -1;
this.timer = null;