From 625543d0ef0b5051ed070d0de58be97b88ac4546 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Tue, 29 Jul 2014 17:28:46 +0200 Subject: [PATCH] Undo part of previous fix that only made things worse. --- src/controller/controller_streams.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller/controller_streams.cpp b/src/controller/controller_streams.cpp index 4ec585c7..6716fb6a 100644 --- a/src/controller/controller_streams.cpp +++ b/src/controller/controller_streams.cpp @@ -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 {