mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13837] [MERGED] Fix ArgumentNullException on playlist creation #13732
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/13837
Author: @Bond-009
Created: 4/4/2025
Status: ✅ Merged
Merged: 4/4/2025
Merged by: @crobibero
Base:
master← Head:mediaSourceId📝 Commits (1)
7c83625Fix ArgumentNullException on playlist creation📊 Changes
3 files changed (+7 additions, -5 deletions)
View changed files
📝
Jellyfin.Api/Controllers/DynamicHlsController.cs(+2 -2)📝
src/Jellyfin.MediaEncoding.Hls/Playlist/CreateMainPlaylistRequest.cs(+2 -2)📝
src/Jellyfin.MediaEncoding.Hls/Playlist/DynamicHlsPlaylistGenerator.cs(+3 -1)📄 Description
mediaSourceIdcan benull, the IDE doesn't know this as nullable is disabled forBaseEncodingJobOptions