]> git.sesse.net Git - kdenlive/blobdiff - src/docclipbase.cpp
Only use exiftool / ML on video clips
[kdenlive] / src / docclipbase.cpp
index 1a2dda8ffbce1e6cae569f8bb739eeb41e2dfe72..dcf4ca822a80e433a9d342eeeb4506774750ac05 100644 (file)
@@ -74,7 +74,6 @@ DocClipBase::DocClipBase(ClipManager *clipManager, QDomElement xml, const QStrin
            m_metadata.insert(e.attribute("name").section('.', 2), QStringList() << e.firstChild().nodeValue() << e.attribute("tool"));
        }
     }
-
     if (xml.hasAttribute("cutzones")) {
         QStringList cuts = xml.attribute("cutzones").split(';', QString::SkipEmptyParts);
         for (int i = 0; i < cuts.count(); i++) {