diff options
| author | Christian <zerov83@gmail.com> | 2016-03-16 15:37:47 +0100 |
|---|---|---|
| committer | Christian <zerov83@gmail.com> | 2016-03-16 15:37:47 +0100 |
| commit | 7d6566a4cc70b5fb3b5dd66e66c852f6a765c2ac (patch) | |
| tree | 4293409b31d1a1c0d17dd36126337195bae0029f /PlexHTTPRequestHandler.cpp | |
| parent | b04f9e165c0b80e23f94419a24332c527e39fa53 (diff) | |
| download | vdr-plugin-plex-7d6566a4cc70b5fb3b5dd66e66c852f6a765c2ac.tar.gz vdr-plugin-plex-7d6566a4cc70b5fb3b5dd66e66c852f6a765c2ac.tar.bz2 | |
log to syslog
Diffstat (limited to 'PlexHTTPRequestHandler.cpp')
| -rw-r--r-- | PlexHTTPRequestHandler.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PlexHTTPRequestHandler.cpp b/PlexHTTPRequestHandler.cpp index 8cf8cef..81f0628 100644 --- a/PlexHTTPRequestHandler.cpp +++ b/PlexHTTPRequestHandler.cpp @@ -234,7 +234,6 @@ void PlayerRequestHandler::handleRequest(Poco::Net::HTTPServerRequest& request, std::string key = query["key"]; std::string fullUrl = protocol + "://" + address + ":" + port + key; // Metainfo - std::cout << fullUrl << std::endl; auto Cont = Plexservice::GetMediaContainer(fullUrl); // Check for video |
