Removed MistDTSCFix calls in controller_streams.cpp
This commit is contained in:
parent
5a6e793f78
commit
9505a94a2a
1 changed files with 0 additions and 8 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue