diff --git a/src/metadatafilter.cpp b/src/metadatafilter.cpp --- a/src/metadatafilter.cpp +++ b/src/metadatafilter.cpp @@ -41,7 +41,7 @@ void MetadataFilter::initMetaInformationSettings() { - const int currentVersion = 9; // increase version, if the blacklist of disabled + const int currentVersion = 10; // increase version, if the blacklist of disabled // properties should be updated KConfig config("baloofileinformationrc", KConfig::NoGlobals); @@ -55,6 +55,7 @@ static const char* const disabledProperties[] = { "comment", + "embeddedRating", "contentSize", "depends", "isPartOf",