summaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Config.h b/Config.h
index 2fc787e..9673503 100644
--- a/Config.h
+++ b/Config.h
@@ -47,7 +47,7 @@ public:
bool UsePlexAccount;
bool UseConfiguredServer;
bool UseAc3;
-
+ int BufferSize;
int CoverGridColumns;
int CoverGridRows;
@@ -120,6 +120,7 @@ class cMyMenuSetupPage:public cMenuSetupPage
int ScrollByPage;
int ScrollAllAround;
int UseAc3;
+ int BufferSize;
virtual void Store(void);