summaryrefslogtreecommitdiff
path: root/stvw_cfg.c
diff options
context:
space:
mode:
authorthlo <smarttv640@gmail.com>2013-09-02 18:53:27 +0200
committerthlo <smarttv640@gmail.com>2013-09-02 18:53:27 +0200
commitc8990cb5fcb0837ded0ba5281b086d44c904d18f (patch)
tree411474a073c2d0b9b73928dcb2b270f4f1a761d9 /stvw_cfg.c
parentb67fdbd19781ea9a5c00e5ce2332ae80aa4e2647 (diff)
downloadvdr-plugin-smarttvweb-c8990cb5fcb0837ded0ba5281b086d44c904d18f.tar.gz
vdr-plugin-smarttvweb-c8990cb5fcb0837ded0ba5281b086d44c904d18f.tar.bz2
Provide correct MIME types for media.xml
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;