Fix gathering notifications of MatroskaContainer

This commit is contained in:
Martchus 2017-09-14 01:57:22 +02:00
parent ba8c9204a9
commit 9c8a27c8b1
1 changed files with 1 additions and 0 deletions

View File

@ -1305,6 +1305,7 @@ void MediaFileInfo::gatherRelatedNotifications(NotificationList &notifications)
case ContainerFormat::Matroska:
// those files are only validated when a full parse is forced
if(!m_forceFullParse) {
notifications.insert(notifications.end(), m_container->notifications().cbegin(), m_container->notifications().cend());
break;
}
FALLTHROUGH;