From 25a9af7212d757a53258990668620157c8ebe2e5 Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 25 Sep 2020 09:22:44 +0200 Subject: viewer/services/itemComparators: set default item sort order to date_asc It's the most reasonable default that doesn't break the order of sequence of photos. --- example/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') diff --git a/example/config.json b/example/config.json index cd08b25..2454113 100644 --- a/example/config.json +++ b/example/config.json @@ -1,6 +1,6 @@ { "galleryRoot": "out/", "galleryIndex": "index.json", - "initialItemSort": "date_desc", + "initialItemSort": "date_asc", "initialTagDisplayLimit": 10 } -- cgit v1.2.3