summaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
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 41994dd..2fc787e 100644
--- a/Config.h
+++ b/Config.h
@@ -46,6 +46,8 @@ public:
bool UseCustomTranscodeProfile;
bool UsePlexAccount;
bool UseConfiguredServer;
+ bool UseAc3;
+
int CoverGridColumns;
int CoverGridRows;
@@ -117,6 +119,7 @@ class cMyMenuSetupPage:public cMenuSetupPage
int UseMpv;
int ScrollByPage;
int ScrollAllAround;
+ int UseAc3;
virtual void Store(void);