save lamedb after scan
[vuplus_dvbapp] / lib / components / scan.cpp
index 6676af5..2f3c4d6 100644 (file)
@@ -28,6 +28,7 @@ void eComponentScan::scanEvent(int evt)
                } else
                {
                        m_scan->insertInto(db);
+                       db->flush();
                        eDebug("scan done!");
                }
        }