Merge branch 'jellyfin:master' into patch-2
This commit is contained in:
commit
5c46093d8b
43 changed files with 3708 additions and 1067 deletions
|
@ -53,11 +53,11 @@ const DashboardApp = () => (
|
|||
<ServerContentPage view='/web/configurationpage' />
|
||||
} />
|
||||
</Route>
|
||||
|
||||
{/* Suppress warnings for unhandled routes */}
|
||||
<Route path='*' element={null} />
|
||||
</Route>
|
||||
|
||||
{/* Suppress warnings for unhandled routes */}
|
||||
<Route path='*' element={null} />
|
||||
|
||||
{/* Redirects for old paths */}
|
||||
{REDIRECTS.map(toRedirectRoute)}
|
||||
</Routes>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue