New: Instance name for Page Title

This commit is contained in:
Qstick
2022-05-12 19:06:14 -05:00
parent 9cff8f31e9
commit 41615fe026
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import AppRoutes from './AppRoutes';
function App({ store, history }) {
return (
<DocumentTitle title="Readarr">
<DocumentTitle title={window.Readarr.instanceName}>
<Provider store={store}>
<ConnectedRouter history={history}>
<PageConnector>