X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fprojectlist.cpp;h=6fcbd91a9fe0887418245ede1526ca611f7a967d;hb=25a95ff4dba48d6a94c5c1d0d653617b1c327b90;hp=2ced59add8da311075e4ff9f6f500e97d46e04e5;hpb=68f509945187b8896a1c3612aa07df4b0f2a9443;p=kdenlive diff --git a/src/projectlist.cpp b/src/projectlist.cpp index 2ced59ad..6fcbd91a 100644 --- a/src/projectlist.cpp +++ b/src/projectlist.cpp @@ -830,9 +830,9 @@ void ProjectList::slotAddClip(DocClipBase *clip, bool getProperties) QDomElement e = clip->toXML().cloneNode().toElement(); e.removeAttribute("file_hash"); m_infoQueue.insert(clip->getId(), e); - clip->askForAudioThumbs(); //m_render->getFileProperties(clip->toXML(), clip->getId(), true); } + clip->askForAudioThumbs(); const QString parent = clip->getProperty("groupid"); ProjectItem *item = NULL; if (!parent.isEmpty()) {