From aaef9257b5f646d5d247119166b30f0bcacffee9 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Wed, 21 Oct 2020 22:39:19 +0200 Subject: [PATCH] Fixed an issue where custom collections where incorrectly sorted. --- es-app/src/CollectionSystemManager.cpp | 2 -- 1 file changed, 2 deletions(-) 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); }