reset starting flag on stop in core service

This commit is contained in:
NikolaBorislavovHristov 2019-09-24 20:33:10 +03:00
parent 00d3d168f3
commit 3dbb3f9f1f

View file

@ -42,6 +42,7 @@ function StremioCore() {
function stop() {
active = false;
error = null;
starting = false;
containerService = null;
onStateChanged();
}