From 21d55711d497833dda7cac84e6fce5998b9d12c7 Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Fri, 13 Feb 2026 02:18:18 +0100 Subject: [PATCH] Enhance configuration layout for season name input and update select appearance --- .../Configuration/configPage.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Jellyfin.Plugin.MediaBarEnhanced/Configuration/configPage.html b/Jellyfin.Plugin.MediaBarEnhanced/Configuration/configPage.html index 76a9526..2a1b89f 100644 --- a/Jellyfin.Plugin.MediaBarEnhanced/Configuration/configPage.html +++ b/Jellyfin.Plugin.MediaBarEnhanced/Configuration/configPage.html @@ -564,7 +564,7 @@ ]; function mkSelect(val, opts, cls) { - var h = ''; opts.forEach(function(o) { var v = o.v || o; var n = o.n || o; @@ -574,12 +574,15 @@ return h; } - div.innerHTML = '
' + - '
' + - ' ' + - '
Name of the season (e.g. Christmas).
' + + div.innerHTML = '
' + + ' ' + + '
' + + '
' + + ' ' + + '
' + + ' ' + '
' + - ' ' + + '
Name of the season (e.g. Christmas).
' + '
' + '
' + ' ' +