Fix: various small fixes

This commit is contained in:
Pieter Vander Vennet 2024-12-26 23:19:47 +01:00
parent e7f0291038
commit 5284d94427
6 changed files with 17 additions and 15 deletions

View file

@ -91,7 +91,6 @@ export default class AllImageProviders {
However, we override them if a custom image tag is set, e.g. 'image:menu'
*/
const prefixes = tagKey ?? imageProvider.defaultKeyPrefixes
console.log("Prefixes are", tagKey, prefixes)
const singleSource = tags.bindD((tags) => imageProvider.getRelevantUrls(tags, prefixes))
allSources.push(singleSource)
singleSource.addCallbackAndRunD((_) => {