Merge branch 'development' into LTS_development
This commit is contained in:
commit
e17b9cb7bc
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ namespace Mist {
|
||||||
streamname = url.substr(found, found_suf - found);
|
streamname = url.substr(found, found_suf - found);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
}else{
|
||||||
|
return (url.substr(0, m.size()) == m);
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue