adding loop to the newVideo function

This commit is contained in:
Chris Cochrun 2022-10-12 14:46:33 -05:00
parent 19fbb392d7
commit d6067bfa99

View file

@ -89,6 +89,7 @@ void VideoSqlModel::newVideo(const QUrl &filePath) {
QString title = fileInfo.baseName();
recordData.setValue("title", title);
recordData.setValue("filePath", filePath);
recordData.setValue("loop", 0);
if (insertRecord(rows, recordData)) {
submitAll();