summaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-02-19 20:29:12 +0100
committerchriszero <zerov83@gmail.com>2015-02-19 20:29:12 +0100
commit7de1748cbaf31337f1f592cc9ee47f7872333f33 (patch)
treeb170afeb9e656675adfe0afa33b7b494be52fad6 /Config.h
parent216db1e9eb1800df1969ba3fd6755f898a0b2526 (diff)
downloadvdr-plugin-plex-7de1748cbaf31337f1f592cc9ee47f7872333f33.tar.gz
vdr-plugin-plex-7de1748cbaf31337f1f592cc9ee47f7872333f33.tar.bz2
Supporting custom transcoding profile.
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Config.h b/Config.h
index a424305..a32bbcf 100644
--- a/Config.h
+++ b/Config.h
@@ -28,6 +28,7 @@ public:
std::string s_password;
bool HideMainMenuEntry;
+ bool UseCustomTranscodeProfile = false;
std::string GetUUID();
void SetUUID(const char* uuid);
@@ -57,6 +58,8 @@ class cMyMenuSetupPage:public cMenuSetupPage
char Username[STRING_SIZE];
char Password[STRING_SIZE];
char Uuid[STRING_SIZE];
+ int HideMainMenuEntry;
+ int UseCustomTranscodeProfile;
virtual void Store(void);