mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +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() {
|
function stop() {
|
||||||
active = false;
|
active = false;
|
||||||
error = null;
|
error = null;
|
||||||
|
starting = false;
|
||||||
containerService = null;
|
containerService = null;
|
||||||
onStateChanged();
|
onStateChanged();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue