1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add addplugin.html to the list of plugin pages for the drawer

This commit is contained in:
Bill Thornton 2023-05-20 00:50:52 -04:00
parent 525998eb2b
commit 48ae149877

View file

@ -16,6 +16,7 @@ const PLUGIN_PATHS = [
'/installedplugins.html',
'/availableplugins.html',
'/repositories.html',
'/addplugin.html',
'/configurationpage'
];