diff options
Diffstat (limited to 'viewer/src/services')
-rw-r--r-- | viewer/src/services/itemComparators.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/services/itemComparators.ts b/viewer/src/services/itemComparators.ts index ab1036d..82757ca 100644 --- a/viewer/src/services/itemComparators.ts +++ b/viewer/src/services/itemComparators.ts | |||
@@ -41,7 +41,7 @@ export default class ItemComparators { | |||
41 | }, | 41 | }, |
42 | ]; | 42 | ]; |
43 | 43 | ||
44 | static readonly DEFAULT = ItemComparators.ITEM_SORTS[0].fn; | 44 | static readonly DEFAULT = ItemComparators.ITEM_SORTS[1].fn; |
45 | 45 | ||
46 | static sortByPathAsc(left: Gallery.Item, right: Gallery.Item): number { | 46 | static sortByPathAsc(left: Gallery.Item, right: Gallery.Item): number { |
47 | return left.path.localeCompare(right.path, undefined, { | 47 | return left.path.localeCompare(right.path, undefined, { |