Bugfix in sorterByMetadataField - reverse order working correctly now

- new unit tests
This commit is contained in:
SebastianMC 2023-08-24 00:15:32 +02:00
parent 24b37eb87c
commit 949b58b5ff
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import {
determineSortingGroup, determineSortingGroup,
FolderItemForSorting, FolderItemForSorting,
matchGroupRegex, matchGroupRegex,
sorterByMetadataField,
SorterFn, SorterFn,
Sorters Sorters
} from './custom-sort'; } from './custom-sort';