mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Backport pull request #6570 from jellyfin-web/release-10.10.z
Fix catalog plugin page not setting page title
Original-merge: 16a084b009
Merged-by: thornbill <thornbill@users.noreply.github.com>
Backported-by: thornbill <thornbill@users.noreply.github.com>
This commit is contained in:
parent
1a4d353db5
commit
31c3e58f75
1 changed files with 1 additions and 0 deletions
|
@ -303,6 +303,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