diff --git a/es-app/src/CollectionSystemManager.cpp b/es-app/src/CollectionSystemManager.cpp index 6afc64aec..a8c90fc77 100644 --- a/es-app/src/CollectionSystemManager.cpp +++ b/es-app/src/CollectionSystemManager.cpp @@ -438,8 +438,6 @@ void CollectionSystemManager::updateCollectionSystem(FileData* file, CollectionS ViewController::get()->onFileChanged(rootFolder, FILE_METADATA_CHANGED); } else { - rootFolder->getParent()->sort(rootFolder->getSortTypeFromString( - rootFolder->getSortTypeString()), mFavoritesSorting); ViewController::get()->onFileChanged( rootFolder->getParent(), FILE_METADATA_CHANGED); }