summaryrefslogtreecommitdiff
path: root/stvw_cfg.c
diff options
context:
space:
mode:
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);