diff --git a/app/window/mainwindow/mainwindow.cpp b/app/window/mainwindow/mainwindow.cpp index dcd2f3b6a..42eadc73a 100644 --- a/app/window/mainwindow/mainwindow.cpp +++ b/app/window/mainwindow/mainwindow.cpp @@ -152,6 +152,7 @@ void olive::MainWindow::closeEvent(QCloseEvent *e) // FIXME: Test code - We have no cache management and the cache is very much testing only, so we delete it on close // as to not clog up HDD space QDir(GetMediaCacheLocation()).removeRecursively(); + QDir(GetMediaIndexLocation()).removeRecursively(); // End test code QMainWindow::closeEvent(e);