Removed MistDTSCFix calls in controller_streams.cpp

This commit is contained in:
Thulinma 2014-06-26 14:02:15 +02:00
parent 5a6e793f78
commit 9505a94a2a

View file

@ -133,14 +133,6 @@ namespace Controller {
return;
}
}
if ( data["meta"] && data["meta"].isMember("tracks") && data["meta"]["tracks"] && !DTSC::isFixed(data["meta"])){
char * tmp_cmd[3] = {0, 0, 0};
std::string mistfix = Util::getMyPath() + "MistDTSCFix";
tmp_cmd[0] = (char*)mistfix.c_str();
tmp_cmd[1] = (char*)URL.c_str();
Util::Procs::getOutputOf(tmp_cmd);
data.removeMember("meta");
}
if (!hasViewers(name)){
if ( !data.isMember("error")){
data["error"] = "Available";