mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13795] [CLOSED] Fix for Session websocket not working on API Keys #13714
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/13795
Author: @CyferShepard
Created: 3/29/2025
Status: ❌ Closed
Base:
master← Head:api-key-websocket-fix📝 Commits (10+)
016a7e5Bump version to 10.10.0c6629aeFix TMDB import failing when no IMDB ID is set for a movie (#12891)34f3ed0Fixed Stackoverflow on MediaSourceCountba28e30Changed stack type312ff4fFixed disabled providers not beeing returnedc08d1d5Added parameter to enable or disable library filteraa4dd04Added fast fail for no provider selected segment query0130580Fixed interface definition54a6a33renamed paramfe9c6fbFixed enumerable📊 Changes
85 files changed (+1050 additions, -522 deletions)
View changed files
📝
.config/dotnet-tools.json(+1 -1)📝
CONTRIBUTORS.md(+2 -0)📝
Directory.Packages.props(+19 -19)📝
Emby.Naming/Emby.Naming.csproj(+1 -1)📝
Emby.Server.Implementations/ConfigurationOptions.cs(+0 -1)📝
Emby.Server.Implementations/IO/ManagedFileSystem.cs(+10 -0)📝
Emby.Server.Implementations/Images/BaseDynamicImageProvider.cs(+0 -1)📝
Emby.Server.Implementations/Library/LibraryManager.cs(+1 -9)📝
Emby.Server.Implementations/Library/Resolvers/PlaylistResolver.cs(+1 -1)📝
Emby.Server.Implementations/Localization/LocalizationManager.cs(+4 -2)📝
Emby.Server.Implementations/Localization/Ratings/br.csv(+7 -1)📝
Emby.Server.Implementations/Localization/Ratings/ca.csv(+0 -2)📝
Emby.Server.Implementations/Localization/Ratings/es.csv(+1 -1)📝
Emby.Server.Implementations/Localization/Ratings/gb.csv(+2 -1)📝
Emby.Server.Implementations/Localization/Ratings/ie.csv(+1 -0)📝
Emby.Server.Implementations/Localization/Ratings/no.csv(+1 -0)📝
Emby.Server.Implementations/Localization/Ratings/nz.csv(+1 -0)📝
Emby.Server.Implementations/Localization/Ratings/us.csv(+18 -16)📝
Emby.Server.Implementations/Playlists/PlaylistManager.cs(+25 -15)📝
Emby.Server.Implementations/ScheduledTasks/Tasks/AudioNormalizationTask.cs(+20 -6)...and 65 more files
📄 Description
Fix for Session websocket not working on API Keys by creating a dummy device for the API
Changes
Fix for
Object reference not set to an instance of an objecterror when attempting to start sending messages over a session info web socket for API KeysCreates a Dummy Device to be used as this is required to create a session
Issues
#13479
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.