diff options
author | chriszero <zerov83@gmail.com> | 2015-05-20 21:18:14 +0200 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-05-20 21:18:14 +0200 |
commit | 709ebb92273ae0af7aae79dfeb55e3ddf17324af (patch) | |
tree | adf10eeaa71b65dfd5343c8d8c31b5728ec334b1 /PlexServer.h | |
parent | 86cfa7fa64406971990160db56b71c7a71dcf3e5 (diff) | |
download | vdr-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.h | 1 |
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); |