diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-07 17:39:42 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-07 17:39:42 +0000 |
commit | 15ec02f614ac81130ff26e4991d7062803dd9d5a (patch) | |
tree | d7ccfe7f385015de4034e681e22f7b8edae2a0be /tntconfig.cpp | |
parent | b5eb50b8db24ad84fd49c4da011cb9715c615dee (diff) | |
download | vdr-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.cpp | 2 |
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; |