From f94b31e13127247160815c5902e75f7bcbf3d393 Mon Sep 17 00:00:00 2001 From: Christian Date: Sat, 2 Apr 2016 23:28:44 +0200 Subject: Code cleanup --- Plexservice.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Plexservice.h') diff --git a/Plexservice.h b/Plexservice.h index 097106f..a40525c 100644 --- a/Plexservice.h +++ b/Plexservice.h @@ -42,14 +42,13 @@ public: Plexservice(PlexServer *server); Plexservice(PlexServer *server, std::string startUri); - void DisplaySections(); std::shared_ptr GetSection(std::string section, bool putOnStack = true); std::shared_ptr GetLastSection(bool current = false); bool IsRoot(); PlexServer* GetServer(); void Authenticate(); - static std::string GetUniversalTranscodeUrl(Video* video, int offset = 0, PlexServer* server = 0, bool http = false); + static std::string GetUniversalTranscodeUrl(cVideo* video, int offset = 0, PlexServer* server = 0, bool http = false); static std::string GetMyPlexToken(); static std::shared_ptr GetMediaContainer(std::string fullUrl); //static std::string encode(std::string message); -- cgit v1.2.3