This repository has been archived by the owner on Oct 13, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump third-party/jellyfin-web from
66796da
to 8b06969
Bumps [third-party/jellyfin-web](https://github.com/jellyfin/jellyfin-web) from `66796da` to `8b06969`. - [Release notes](https://github.com/jellyfin/jellyfin-web/releases) - [Commits](jellyfin/jellyfin-web@66796da...8b06969) --- updated-dependencies: - dependency-name: third-party/jellyfin-web dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
7e8ca86
commit ac5ee15
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule jellyfin-web
updated
21 files
+30 −4 | .github/workflows/automation.yml | |
+1 −1 | .github/workflows/build.yml | |
+2 −2 | babel.config.js | |
+195 −245 | package-lock.json | |
+17 −17 | package.json | |
+2 −3 | src/RootApp.tsx | |
+5 −6 | src/RootAppRouter.tsx | |
+6 −0 | src/apps/experimental/routes/routes.tsx | |
+6 −0 | src/apps/stable/routes/routes.tsx | |
+2 −1 | src/components/dialogHelper/dialogHelper.js | |
+34 −0 | src/components/router/BangRedirect.tsx | |
+2 −3 | src/components/router/appRouter.js | |
+73 −0 | src/components/router/routerHistory.ts | |
+17 −1 | src/controllers/playback/video/index.js | |
+0 −71 | src/hooks/useLegacyRouterSync.ts | |
+2 −1 | src/index.jsx | |
+3 −1 | src/strings/es-ar.json | |
+11 −11 | src/strings/fr.json | |
+52 −41 | src/strings/lv.json | |
+24 −4 | src/strings/ru.json | |
+5 −1 | src/strings/th.json |