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

Merge pull request #6570 from nielsvanvelzen/plugin-page-name

Fix catalog plugin page not setting page title
This commit is contained in:
Bill Thornton 2025-02-25 13:50:18 -05:00 committed by GitHub
commit 16a084b009
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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'>