diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-11-17 12:37:58 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-11-17 12:37:58 +0000 |
| commit | abea0c85ea0e0f9e7197664b70753fbe5f110b8d (patch) | |
| tree | 9f73d5134e0db9fc88e461bd0e5c3d8f9dfbc7ce /lib/components | |
| parent | c70c76acafaf93b586294b0057ec8f79daf4dea2 (diff) | |
| download | enigma2-abea0c85ea0e0f9e7197664b70753fbe5f110b8d.tar.gz enigma2-abea0c85ea0e0f9e7197664b70753fbe5f110b8d.zip | |
save lamedb after scan
Diffstat (limited to 'lib/components')
| -rw-r--r-- | lib/components/scan.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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!"); } } |
