From 446a748a79f0bb55cc80f4dc906a6dc3e5170da1 Mon Sep 17 00:00:00 2001 From: j Date: Sun, 25 Aug 2024 15:22:39 +0200 Subject: [PATCH] include filename in pandora config --- pandora/config.pandora.jsonc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index ac7f0243..51aaee24 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -752,6 +752,13 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "capability": "canSeeMedia", "find": true }, + { + "id": "filename", + "title": "Filename", + "type": ["string"], + "capability": "canSeeMedia", + "find": true + }, { "id": "created", "title": "Date Created",