From 76cc0d4b6f15caca8f3e3081ffc3eab93f6c732c Mon Sep 17 00:00:00 2001 From: j Date: Sat, 24 Apr 2021 16:38:32 +0200 Subject: [PATCH] no video required --- config.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.jsonc b/config.jsonc index ad9dfbf..32d2114 100644 --- a/config.jsonc +++ b/config.jsonc @@ -882,7 +882,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "itemRequiresVideo" regulates if items without video can be created. If set to true, the only way to add a new item is to upload a new video. */ - "itemRequiresVideo": true, + "itemRequiresVideo": false, /* "itemTitleKeys" is a list of itemKeys required to compose the item title displayed at the top of the screen. This title can be customized by adding @@ -1214,7 +1214,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "filters": [ {"id": "type", "sort": [{"key": "items", "operator": "-"}]}, {"id": "tapetype", "sort": [{"key": "items", "operator": "-"}]}, - {"id": "year", "sort": [{"key": "name", "operator": "-"}]}, + {"id": "year", "sort": [{"key": "items", "operator": "-"}]}, {"id": "tapetime", "sort": [{"key": "items", "operator": "-"}]}, {"id": "keywords", "sort": [{"key": "items", "operator": "-"}]} ],