summaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Config.h b/Config.h
index 21b9b94..39ee8ad 100644
--- a/Config.h
+++ b/Config.h
@@ -26,10 +26,13 @@ public:
std::string s_username;
std::string s_password;
+ std::string s_serverHost;
+ int ServerPort;
bool HideMainMenuEntry;
bool UseCustomTranscodeProfile;
bool UsePlexAccount;
+ bool UseConfiguredServer;
std::string GetUUID();
void SetUUID(const char* uuid);
@@ -59,6 +62,9 @@ class cMyMenuSetupPage:public cMenuSetupPage
char Username[STRING_SIZE];
char Password[STRING_SIZE];
char Uuid[STRING_SIZE];
+ char ServerHost[STRING_SIZE];
+ int ServerPort;
+ int UseConfiguredServer;
int HideMainMenuEntry;
int UseCustomTranscodeProfile;
int UsePlexAccount;