Merge branch 'jellyfin:master' into patch-2

This commit is contained in:
Freako 2023-10-10 10:36:27 +00:00 committed by GitHub
commit 5c46093d8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 3708 additions and 1067 deletions

View file

@ -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>