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