mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-28 21:18:47 +00:00
reset starting flag on stop in core service
This commit is contained in:
parent
00d3d168f3
commit
3dbb3f9f1f
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ function StremioCore() {
|
|||
function stop() {
|
||||
active = false;
|
||||
error = null;
|
||||
starting = false;
|
||||
containerService = null;
|
||||
onStateChanged();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue