Themes: fix incorrect argument, might fix #1881

This commit is contained in:
Pieter Vander Vennet 2024-04-08 01:39:25 +02:00
parent f06fb9c121
commit 209cfe6b73

View file

@ -604,8 +604,8 @@
"key": "artist:wikidata", "key": "artist:wikidata",
"type": "wikidata", "type": "wikidata",
"helperArgs": [ "helperArgs": [
"artist_name",
{ {
"key": "artist_name",
"instanceOf": [ "instanceOf": [
"Q5" "Q5"
] ]
@ -875,6 +875,7 @@
} }
], ],
"filter": [ "filter": [
"has_image" "has_image"
], ],
"deletion": { "deletion": {