1
0
Fork 0
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:
nielsvanvelzen 2025-03-03 15:54:11 -05:00 committed by thornbill
parent 1a4d353db5
commit 31c3e58f75

View file

@ -303,6 +303,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'>