summaryrefslogtreecommitdiff
path: root/PlexServer.h
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-05-20 21:18:14 +0200
committerchriszero <zerov83@gmail.com>2015-05-20 21:18:14 +0200
commit709ebb92273ae0af7aae79dfeb55e3ddf17324af (patch)
treeadf10eeaa71b65dfd5343c8d8c31b5728ec334b1 /PlexServer.h
parent86cfa7fa64406971990160db56b71c7a71dcf3e5 (diff)
downloadvdr-plugin-plex-709ebb92273ae0af7aae79dfeb55e3ddf17324af.tar.gz
vdr-plugin-plex-709ebb92273ae0af7aae79dfeb55e3ddf17324af.tar.bz2
- Added handling for disapearing or not reachable plexservers
Diffstat (limited to 'PlexServer.h')
-rw-r--r--PlexServer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/PlexServer.h b/PlexServer.h
index 8f1b23a..0a36adb 100644
--- a/PlexServer.h
+++ b/PlexServer.h
@@ -60,6 +60,7 @@ public:
std::string GetUri();
void DiscoverSettings();
+ bool Offline;
protected:
PlexServer(std::string data, std::string ip);