diff options
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 |