summaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 147514a..aa20310 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -40,6 +40,8 @@ MainWindow::MainWindow()
Video *video = new Video(title, this);
if (video->isJobCompleted(Video::DVDImage))
addVideo(video);
+ else
+ settings.remove(QString("Videos/%1").arg(title));
}
setLayout(layout);
}