🇬🇧 English
📝 In Short
NotifySync now shows a single clean bell icon next to its name in the admin sidebar — the duplicate icon glitch from the previous release is fixed.
🐛 What's Fixed
- One icon instead of two in the admin sidebar entry. That's it.
🔧 Technical details for the curious
Removed the installAdminSidebarIcon() DOM-injection fallback from client.js. With EnableInMainMenu = true declared on PluginPageInfo, Jellyfin renders the sidebar entry natively, so the JS-side injection was redundant and competing visually with Jellyfin's own icon rendering.
Also tried IsMainConfigPage = true on PluginPageInfo but that field doesn't exist in the Jellyfin 10.11 SDK (build error CS0117).
🇫🇷 Français
📝 En bref
NotifySync affiche maintenant une seule cloche propre à côté de son nom dans la sidebar admin — le doublon d'icône de la version précédente est corrigé.
🐛 Corrections
- Une icône au lieu de deux dans l'entrée sidebar admin. C'est tout.
🔧 Détails techniques pour les curieux
Suppression du fallback DOM-injection installAdminSidebarIcon() dans client.js. Avec EnableInMainMenu = true déclaré sur PluginPageInfo, Jellyfin rend l'entrée sidebar nativement, donc l'injection côté JS était redondante et entrait en compétition visuelle avec le rendu natif de Jellyfin.
Tenté IsMainConfigPage = true sur PluginPageInfo mais ce champ n'existe pas dans le SDK Jellyfin 10.11 (erreur de build CS0117).