summaryrefslogtreecommitdiff
path: root/stvw_cfg.c
diff options
context:
space:
mode:
authorT <t.l@g.de>2019-11-10 19:52:58 +0100
committerT <t.l@g.de>2019-11-10 19:52:58 +0100
commitb3107ec2770dbef6f004224ccecf7371159de8c6 (patch)
tree8bf16190905e8bf41dd66ccbc2defc6e93d09622 /stvw_cfg.c
parentf8ecc2cd3727b0fde8e75a66b4f20ba8d2670e37 (diff)
downloadvdr-plugin-smarttvweb-master.tar.gz
vdr-plugin-smarttvweb-master.tar.bz2
Fixes for new gcc, thanks to wirbelHEADmaster
Diffstat (limited to 'stvw_cfg.c')
-rwxr-xr-xstvw_cfg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/stvw_cfg.c b/stvw_cfg.c
index 09e2934..e33bae7 100755
--- a/stvw_cfg.c
+++ b/stvw_cfg.c
@@ -69,6 +69,8 @@ void cSmartTvConfig::Store(cPlugin *mPlugin) {
case EMPTYFOLDERDOWN:
mPlugin->SetupStore("GroupSeparators", "EmptyFolderDown");
break;
+ case IGNORE:
+ break;
}
mPlugin->SetupStore("ServerAddress", mServerAddress.c_str());
mPlugin->SetupStore("ServerPort", mServerPort);