X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b0e09a2cd9a05a002222d79fb71848f4c7820ff3..cbd793948836c6bf46a0d8cf2af8db9add628039:/lib/components/scan.cpp diff --git a/lib/components/scan.cpp b/lib/components/scan.cpp index 6676af51..2f3c4d62 100644 --- a/lib/components/scan.cpp +++ b/lib/components/scan.cpp @@ -28,6 +28,7 @@ void eComponentScan::scanEvent(int evt) } else { m_scan->insertInto(db); + db->flush(); eDebug("scan done!"); } }