🇬🇧 English
📝 In Short
NotifySync now appears directly in your Jellyfin admin sidebar (under Extensions) with its bell icon — like File Transformation, Intro Skipper, and any other well-behaved plugin. No third-party workaround needed anymore.
✨ What's New
- Native sidebar entry — One-click access to NotifySync's config page from the admin sidebar, just like the other plugins on the list.
If you were adding NotifySync manually via Jellyfin Enhanced's "Sidebar Custom Links" feature, you can safely remove that entry now.
🔧 Technical details for the curious
Added EnableInMainMenu = true on the PluginPageInfo registration. Jellyfin uses this flag to promote a plugin's config page to the admin Dashboard sidebar. Combined with the existing MenuIcon = "notifications", the bell icon renders alongside the label.
The 5.5.11.3 client.js DOM injection (added when MenuIcon alone didn't render anything visible) ends up duplicating the native icon now — removed in 5.5.11.6.
🇫🇷 Français
📝 En bref
NotifySync apparaît maintenant directement dans la sidebar admin Jellyfin (sous Extensions) avec son icône cloche — comme File Transformation, Intro Skipper et tout autre plugin "bien élevé". Plus besoin de contournement tiers.
✨ Quoi de Neuf
- Entrée sidebar native — Accès en un clic à la page de config NotifySync depuis la sidebar admin, comme les autres plugins de la liste.
Si tu ajoutais NotifySync manuellement via la fonctionnalité "Sidebar Custom Links" de Jellyfin Enhanced, tu peux retirer cette entrée maintenant.
🔧 Détails techniques pour les curieux
Ajout de EnableInMainMenu = true sur l'enregistrement PluginPageInfo. Jellyfin utilise ce drapeau pour promouvoir la page de config d'un plugin dans la sidebar admin Dashboard. Combiné avec le MenuIcon = "notifications" existant, l'icône cloche se rend à côté du label.
L'injection DOM de client.js de la 5.5.11.3 (ajoutée quand MenuIcon seul ne rendait rien de visible) finit par dupliquer l'icône native maintenant — supprimée en 5.5.11.6.