Merge branch 'development' into LTS_development

# Conflicts:
#	src/output/output_hls.cpp
This commit is contained in:
Thulinma 2017-12-11 13:14:44 +01:00
commit f4f644ee34

View file

@ -348,7 +348,7 @@ namespace Mist {
}
if (H.url.find("hls") == std::string::npos){
myConn.close();
onFail();
return;
}
@ -366,6 +366,7 @@ namespace Mist {
initialize();
if (!keepGoing()){
onFail();
return;
}