Themerr-jellyfin
Themerr-jellyfin copied to clipboard
build(deps): bump Jellyfin.Controller from 10.9.1 to 10.9.2
Bumps Jellyfin.Controller from 10.9.1 to 10.9.2.
Release notes
Sourced from Jellyfin.Controller's releases.
10.9.2
:rocket: Jellyfin Server 10.9.2
We are pleased to announce the latest stable release of Jellyfin, version 10.9.2!
This minor release brings several bugfixes to improve your Jellyfin experience.
As always, please ensure you stop your Jellyfin server and take a full backup before upgrading!
You can find more details about and discuss this release on our forums.
Changelog (19)
🔒 Security
- Fix FirstTimeSetupPolicy allowing guest access [PR #11651], by
@thornbill🏗️ Enhancements
- Fix series status parsing [PR #11648], by
@Shadowghost📈 General Changes
- Fix season names [PR #11647], by
@Shadowghost- Secure local playlist path handling [PR #11680], by
@Shadowghost- Prevent double iterating over all seasons [PR #11700], by
@Shadowghost- Fix network binding [PR #11671], by
@Shadowghost- Workaround ffmpeg keyframe seeking for external subtitles [PR #11689], by
@gnattu- Use MediaType instead of ToString and add text/ as disallowed mimetypes [PR #11699], by
@cvium- Fix not binding to SQL parameters [PR #11698], by
@Bond-009- Fix local playlist scanning [PR #11673], by
@Shadowghost- Restore caching for UserManager [PR #11670], by
@gnattu- Properly dispose dbContext in MigrateUserDb [PR #11677], by
@Bond-009- Fix quality parameter for vaapi_mjpeg [PR #11675], by
@gnattu- Always fallback for failed HEAD request [PR #11668], by
@gnattu- Don't generate TrickPlay images for files that don't exist [PR #11653], by
@Bond-009- Allow empty user id when getting device list [PR #11633], by
@crobibero- Fix missing filename for timer [PR #11629], by
@gnattu- Handle exception for unexpected audio file YEAR tag values [PR #11621], by
@nfmccrina- Fix network config [PR #11587], by
@gnattu
Commits
76854b5Bump version to 10.9.25200633Prevent double iterating over all seasons (#11700)832e27aMerge pull request #11680 from Shadowghost/secure-local-playlists2da06bcMerge pull request #11647 from Shadowghost/fix-season-names46c748dMerge pull request #11699 from cvium/fix_livetv430d450Fix network binding (#11671)0293787Merge pull request #11689 from gnattu/workaround-ffmpeg-seekd303ca5Merge pull request #11698 from Bond-009/issue11605c647143fix(livetv): use MediaType instead of ToString and add text/ as disallowed mi...dd0ab8eFix not binding to SQL parameters- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 69.97%. Comparing base (
0d8205d) to head (5635385). Report is 56 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #348 +/- ##
=======================================
Coverage 69.97% 69.97%
=======================================
Files 5 5
Lines 413 413
Branches 36 36
=======================================
Hits 289 289
Misses 112 112
Partials 12 12
@dependabot rebase