diff options
author | chriszero <zerov83@gmail.com> | 2015-03-27 09:32:27 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-03-27 09:32:27 +0100 |
commit | b3a59b06a977129bd773ff46f4fd66e0057fb9cd (patch) | |
tree | 25f7bcd960eb5a444982190002af6c56e436163f /Plexservice.h | |
parent | 5ffd91556f73336f91e1fc96da2af36e6e7e5660 (diff) | |
download | vdr-plugin-plex-b3a59b06a977129bd773ff46f4fd66e0057fb9cd.tar.gz vdr-plugin-plex-b3a59b06a977129bd773ff46f4fd66e0057fb9cd.tar.bz2 |
develop skindesigner support
Diffstat (limited to 'Plexservice.h')
-rw-r--r-- | Plexservice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Plexservice.h b/Plexservice.h index d20c5ee..e30e346 100644 --- a/Plexservice.h +++ b/Plexservice.h @@ -40,6 +40,7 @@ class Plexservice { public: Plexservice(PlexServer *server); + Plexservice(PlexServer *server, std::string startUri); void DisplaySections(); std::shared_ptr<MediaContainer> GetSection(std::string section, bool putOnStack = true); |