dont reset the "service new found flag" in sdt scan
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 22 May 2006 13:26:52 +0000 (13:26 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 22 May 2006 13:26:52 +0000 (13:26 +0000)
lib/dvb/pmt.cpp

index 4d48f86..16f9368 100644 (file)
@@ -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;