From 2ee181403f1c332ee34f658916035524e766cd7b Mon Sep 17 00:00:00 2001 From: chriszero Date: Wed, 11 Feb 2015 15:57:06 +0100 Subject: Fixes proper handling of "end of stream". Proper display of totaltime when playing a Plexchannel --- SubscriptionManager.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'SubscriptionManager.cpp') diff --git a/SubscriptionManager.cpp b/SubscriptionManager.cpp index e9830df..a6f35c5 100644 --- a/SubscriptionManager.cpp +++ b/SubscriptionManager.cpp @@ -234,9 +234,7 @@ void Subscriber::SendUpdate(std::string msg, bool isNav) Poco::Net::HTTPResponse response; session.receiveResponse(response); - } catch (Poco::Exception& e) { - std::cout << e.displayText() << std::endl; - } + } catch (Poco::Exception& e) {} } ActionManager::ActionManager() {} -- cgit v1.2.3