Windows fix for stream status

This commit is contained in:
Thulinma 2019-05-16 13:06:42 +02:00
parent 4c324c1b19
commit 488cd0434a

View file

@ -355,6 +355,7 @@ namespace Mist {
finish();
INFO_MSG("Input for stream %s closing clean", streamName.c_str());
userPage.finishEach();
if (streamStatus){streamStatus.mapped[0] = STRMSTAT_OFF;}
//end player functionality
}