diff --git a/ScreenPlay/src/installedlistmodel.cpp b/ScreenPlay/src/installedlistmodel.cpp index 9957d039..fe108c47 100644 --- a/ScreenPlay/src/installedlistmodel.cpp +++ b/ScreenPlay/src/installedlistmodel.cpp @@ -126,7 +126,7 @@ void InstalledListModel::loadScreens() obj.insert("type", "video"); } - if (fileEnding.endsWith(".webm") || (obj.value("type").toString() == "qmlScene") || fileEnding.endsWith(".html")) + if (fileEnding.endsWith(".webm") || (obj.value("type").toString() == "qmlScene" || fileEnding.endsWith(".mp4") ) || fileEnding.endsWith(".html")) emit addInstalledItem(obj, item.baseName()); if(obj.value("type") == "qmlWidget" || obj.value("type") == "standalonewidget")