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:
commit
16a084b009
1 changed files with 1 additions and 0 deletions
|
@ -304,6 +304,7 @@ const PluginPage: FC = () => {
|
||||||
return (
|
return (
|
||||||
<Page
|
<Page
|
||||||
id='addPluginPage'
|
id='addPluginPage'
|
||||||
|
title={pluginDetails?.name || pluginName}
|
||||||
className='mainAnimatedPage type-interior'
|
className='mainAnimatedPage type-interior'
|
||||||
>
|
>
|
||||||
<Container className='content-primary'>
|
<Container className='content-primary'>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue