diff options
author | chriszero <zerov83@gmail.com> | 2015-02-22 16:41:24 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-02-22 16:41:24 +0100 |
commit | e44cc781e25490f0d942aa09cb383efd30e5e50d (patch) | |
tree | 44e67db9ffe7f6d6b131c5110061d7e8fcc8df66 /Config.h | |
parent | 1d6583bf592119c85bfcbf2cc6f22aef364396e4 (diff) | |
download | vdr-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |