summaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
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);