From 427f55e3656a21a5b75c6355335d9bcfb86a47e2 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Mon, 3 Nov 2025 00:10:28 -0800 Subject: [PATCH] fix missing crossfade style translation key --- src/i18n/locales/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index b29c7df5..dbf94334 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -528,6 +528,7 @@ "contextMenu": "context menu (right click) configuration", "crossfadeDuration_description": "sets the duration of the crossfade effect", "crossfadeDuration": "crossfade duration", + "crossfadeStyle": "crossfade style", "crossfadeStyle_description": "select the crossfade style to use for the audio player", "customCss_description": "custom css content. Note: content and remote urls are disallowed properties. A preview of your content is shown below. Additional fields you didn't set are present due to sanitization", "customCss": "custom css",