diff options
| author | Christian <zerov83@gmail.com> | 2016-01-15 19:18:49 +0100 |
|---|---|---|
| committer | Christian <zerov83@gmail.com> | 2016-01-15 19:18:49 +0100 |
| commit | f04d4392e9dbfdc3fbec7b522d06fc5d0909e6b1 (patch) | |
| tree | 0e6b08b68697d68d70493ea587fd7134bd6dcfd7 | |
| parent | afe4aff557da8175961cb89ca3b440cde53affe0 (diff) | |
| download | vdr-plugin-plex-f04d4392e9dbfdc3fbec7b522d06fc5d0909e6b1.tar.gz vdr-plugin-plex-f04d4392e9dbfdc3fbec7b522d06fc5d0909e6b1.tar.bz2 | |
Buffersize wasn't loaded correctly from setup.conf
| -rw-r--r-- | Config.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -160,6 +160,7 @@ cMyMenuSetupPage::cMyMenuSetupPage(void) ScrollAllAround = Config::GetInstance().ScrollAllAround; DefaultViewMode = Config::GetInstance().DefaultViewMode; UseAc3 = Config::GetInstance().UseAc3; + BufferSize = Config::GetInstance().BufferSize; Add(new cMenuEditBoolItem(tr("Hide main menu entry"), (int*)&HideMainMenuEntry, trVDR("no"), trVDR("yes"))); |
