summaryrefslogtreecommitdiff
path: root/stvw_cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'stvw_cfg.c')
-rwxr-xr-xstvw_cfg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stvw_cfg.c b/stvw_cfg.c
index 2c805ea..b56bbe8 100755
--- a/stvw_cfg.c
+++ b/stvw_cfg.c
@@ -106,6 +106,7 @@ void cSmartTvConfig::readConfig() {
// cout << " Found mMediaFolder= " << mMediaFolder << endl;
continue;
}
+
if (strcmp(attr, "SegmentDuration") == 0) {
mSegmentDuration = atoi(value);
// cout << " Found mSegmentDuration= " << mSegmentDuration << endl;