diff options
author | chriszero <zerov83@gmail.com> | 2015-02-19 20:29:12 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-02-19 20:29:12 +0100 |
commit | 7de1748cbaf31337f1f592cc9ee47f7872333f33 (patch) | |
tree | b170afeb9e656675adfe0afa33b7b494be52fad6 /Config.h | |
parent | 216db1e9eb1800df1969ba3fd6755f898a0b2526 (diff) | |
download | vdr-plugin-plex-7de1748cbaf31337f1f592cc9ee47f7872333f33.tar.gz vdr-plugin-plex-7de1748cbaf31337f1f592cc9ee47f7872333f33.tar.bz2 |
Supporting custom transcoding profile.
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |