diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-05-22 13:26:52 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-05-22 13:26:52 +0000 |
| commit | 778e07c733576c6ca23e75bfd05932159ec4dd29 (patch) | |
| tree | 5b6eca04769a0864aed28357eb4e2b1474ecfbf9 /lib/dvb/pmt.cpp | |
| parent | 961fcb6cec16091f610dec1f019d43b6096e7390 (diff) | |
| download | enigma2-778e07c733576c6ca23e75bfd05932159ec4dd29.tar.gz enigma2-778e07c733576c6ca23e75bfd05932159ec4dd29.zip | |
dont reset the "service new found flag" in sdt scan
Diffstat (limited to 'lib/dvb/pmt.cpp')
| -rw-r--r-- | lib/dvb/pmt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/pmt.cpp b/lib/dvb/pmt.cpp index 4d48f86e..16f93681 100644 --- a/lib/dvb/pmt.cpp +++ b/lib/dvb/pmt.cpp @@ -424,7 +424,7 @@ void eDVBServicePMTHandler::SDTScanEvent(int event) eDebug("no channel list"); else { - m_dvb_scan->insertInto(db); + m_dvb_scan->insertInto(db, true); eDebug("sdt update done!"); } break; |
