Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
build(deps): bump third-party/jellyfin-web from 66796da to aff5d94
Browse files Browse the repository at this point in the history
Bumps [third-party/jellyfin-web](https://github.com/jellyfin/jellyfin-web) from `66796da` to `aff5d94`.
- [Release notes](https://github.com/jellyfin/jellyfin-web/releases)
- [Commits](jellyfin/jellyfin-web@66796da...aff5d94)

---
updated-dependencies:
- dependency-name: third-party/jellyfin-web
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 16, 2024
1 parent ba6fefc commit 6505c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third-party/jellyfin-web
Submodule jellyfin-web updated 56 files
+7 −5 .github/workflows/automation.yml
+85 −4 .github/workflows/build.yml
+3 −3 .github/workflows/codeql.yml
+0 −65 .github/workflows/job-messages.yml
+0 −2 .github/workflows/pr-suggestions.yml
+0 −84 .github/workflows/publish.yml
+1 −0 CONTRIBUTORS.md
+2 −2 babel.config.js
+299 −349 package-lock.json
+22 −22 package.json
+2 −3 src/RootApp.tsx
+5 −6 src/RootAppRouter.tsx
+1 −1 src/apps/dashboard/components/drawer/AppDrawer.tsx
+0 −36 src/apps/dashboard/components/drawer/sections/AdvancedDrawerSection.tsx
+44 −39 src/apps/dashboard/components/drawer/sections/PluginDrawerSection.tsx
+13 −16 src/apps/experimental/components/AppToolbar/menus/RemotePlayActiveMenu.tsx
+8 −2 src/apps/experimental/routes/routes.tsx
+8 −2 src/apps/stable/routes/routes.tsx
+1 −1 src/components/ConnectionRequired.tsx
+2 −1 src/components/dialogHelper/dialogHelper.js
+6 −8 src/components/playback/playerSelectionMenu.js
+1 −1 src/components/playback/playmethodhelper.js
+15 −1 src/components/playerstats/playerstats.js
+34 −0 src/components/router/BangRedirect.tsx
+3 −4 src/components/router/appRouter.js
+73 −0 src/components/router/routerHistory.ts
+41 −14 src/components/viewManager/ViewManagerPage.tsx
+2 −0 src/controllers/dashboard/encodingsettings.html
+12 −4 src/controllers/itemDetails/index.js
+22 −4 src/controllers/playback/video/index.js
+0 −71 src/hooks/useLegacyRouterSync.ts
+1 −1 src/hooks/useSystemInfo.ts
+5 −1 src/index.jsx
+18 −4 src/plugins/bookPlayer/plugin.js
+4 −15 src/scripts/autocast.js
+2 −0 src/scripts/browserDeviceProfile.js
+3 −17 src/scripts/multiDownload.js
+1 −1 src/strings/cs.json
+1 −0 src/strings/en-us.json
+3 −1 src/strings/es-ar.json
+3 −1 src/strings/es.json
+6 −1 src/strings/fi.json
+11 −1 src/strings/fil.json
+19 −18 src/strings/fr.json
+5 −3 src/strings/it.json
+70 −57 src/strings/lv.json
+2 −1 src/strings/nl.json
+2 −1 src/strings/pl.json
+2 −1 src/strings/pt.json
+3 −1 src/strings/ro.json
+24 −4 src/strings/ru.json
+8 −1 src/strings/sv.json
+5 −1 src/strings/th.json
+16 −2 src/strings/tr.json
+13 −1 src/strings/zh-cn.json
+1 −1 src/utils/dashboard.js

0 comments on commit 6505c32

Please sign in to comment.