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

Fix catalog plugin page not setting page title

This commit is contained in:
Niels van Velzen 2025-02-22 22:31:59 +01:00
parent c335a3024e
commit 489731863b

View file

@ -304,6 +304,7 @@ const PluginPage: FC = () => {
return (
<Page
id='addPluginPage'
title={pluginDetails?.name || pluginName}
className='mainAnimatedPage type-interior'
>
<Container className='content-primary'>