diff --git a/config.jsonc b/config.jsonc index 84e3f78..b9b9738 100644 --- a/config.jsonc +++ b/config.jsonc @@ -900,7 +900,7 @@ "collectionColumnWidth": {}, "collectionSelection": [], "collectionSort": [ - {"key": "title", "operator": "+"}, + {"key": "created", "operator": "-"}, {"key": "extension", "operator": "+"} ], "collectionView": "grid", @@ -961,7 +961,9 @@ "listColumns": ["title", "date", "location", "tag", "language", "duration"], "listColumnWidth": {}, "listSelection": [], - "listSort": [{"key": "title", "operator": "+"}], + "listSort": [ + {"key": "created", "operator": "-"} + ], "listView": "grid", "lists": {}, "locale": "en",