diff options
author | chriszero <zerov83@gmail.com> | 2015-02-11 15:57:06 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-02-11 15:57:06 +0100 |
commit | 2ee181403f1c332ee34f658916035524e766cd7b (patch) | |
tree | 1bee6b63cd3df9c105e976f6edd0e383887c23b2 /SubscriptionManager.cpp | |
parent | 158d1055599205ccca462f97c190994fa28af8f0 (diff) | |
download | vdr-plugin-plex-2ee181403f1c332ee34f658916035524e766cd7b.tar.gz vdr-plugin-plex-2ee181403f1c332ee34f658916035524e766cd7b.tar.bz2 |
Fixes proper handling of "end of stream".
Proper display of totaltime when playing a Plexchannel
Diffstat (limited to 'SubscriptionManager.cpp')
-rw-r--r-- | SubscriptionManager.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
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() {} |