summaryrefslogtreecommitdiff
path: root/tntconfig.cpp
diff options
context:
space:
mode:
authorThomas Keil <tkeil (at) datacrystal (dot) de>2007-01-07 17:39:42 +0000
committerThomas Keil <tkeil (at) datacrystal (dot) de>2007-01-07 17:39:42 +0000
commit15ec02f614ac81130ff26e4991d7062803dd9d5a (patch)
treed7ccfe7f385015de4034e681e22f7b8edae2a0be /tntconfig.cpp
parentb5eb50b8db24ad84fd49c4da011cb9715c615dee (diff)
downloadvdr-plugin-live-15ec02f614ac81130ff26e4991d7062803dd9d5a.tar.gz
vdr-plugin-live-15ec02f614ac81130ff26e4991d7062803dd9d5a.tar.bz2
Changed some stuff for whats_on.ecpp
Diffstat (limited to 'tntconfig.cpp')
-rw-r--r--tntconfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tntconfig.cpp b/tntconfig.cpp
index 040ae0b..f23e588 100644
--- a/tntconfig.cpp
+++ b/tntconfig.cpp
@@ -34,7 +34,7 @@ void TntConfig::WriteConfig()
}
// XXX modularize
- file << "MapUrl ^/$ whats_on_now@" << endl;
+ file << "MapUrl ^/$ whats_on.html?type=now@" << endl;
file << "MapUrl /([^.]+)(\\..+)? $1@" << endl;
file << "PropertyFile " << m_propertiesPath << endl;