Undo part of previous fix that only made things worse.

This commit is contained in:
Thulinma 2014-07-29 17:28:46 +02:00
parent 7b5b5f8ff0
commit 625543d0ef

View file

@ -116,7 +116,7 @@ namespace Controller {
DEBUG_MSG(DLVL_INSANE, "(re)loading metadata for stream %s", name.c_str());
if ((URL.substr(URL.size() - 5) != ".dtsc") && (stat((URL+".dtsh").c_str(), &fileinfo) != 0)){
DEBUG_MSG(DLVL_INSANE, "Stream %s is non-DTSC file without DTSH. Opening stream to generate DTSH...", name.c_str());
Util::Stream::getStream(name);
Util::Stream::getVod(URL, name);
DEBUG_MSG(DLVL_INSANE, "Waiting for stream %s to open...", name.c_str());
//wait for the stream
{