summaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-02-22 16:41:24 +0100
committerchriszero <zerov83@gmail.com>2015-02-22 16:41:24 +0100
commite44cc781e25490f0d942aa09cb383efd30e5e50d (patch)
tree44e67db9ffe7f6d6b131c5110061d7e8fcc8df66 /Config.h
parent1d6583bf592119c85bfcbf2cc6f22aef364396e4 (diff)
downloadvdr-plugin-plex-e44cc781e25490f0d942aa09cb383efd30e5e50d.tar.gz
vdr-plugin-plex-e44cc781e25490f0d942aa09cb383efd30e5e50d.tar.bz2
Added option to completly disable using plex account0.1.1
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Config.h b/Config.h
index d6412e7..21b9b94 100644
--- a/Config.h
+++ b/Config.h
@@ -29,6 +29,7 @@ public:
bool HideMainMenuEntry;
bool UseCustomTranscodeProfile;
+ bool UsePlexAccount;
std::string GetUUID();
void SetUUID(const char* uuid);
@@ -60,6 +61,7 @@ class cMyMenuSetupPage:public cMenuSetupPage
char Uuid[STRING_SIZE];
int HideMainMenuEntry;
int UseCustomTranscodeProfile;
+ int UsePlexAccount;
virtual void Store(void);