mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #12679] [MERGED] Fix DeviceProfile.Id should be nullable #13317
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/12679
Author: @nielsvanvelzen
Created: 9/22/2024
Status: ✅ Merged
Merged: 9/22/2024
Merged by: @crobibero
Base:
master← Head:device-profile-id-null📝 Commits (1)
b5516b2Fix DeviceProfile.Id should be nullable📊 Changes
2 files changed (+3 additions, -3 deletions)
View changed files
📝
MediaBrowser.Model/Dlna/DeviceProfile.cs(+1 -1)📝
MediaBrowser.Model/Dlna/StreamBuilder.cs(+2 -2)📄 Description
Previously (10.9<=) the id of a device profile was a nullable string. This was changed to a GUID during the 10.10 development but with this change the nullability was removed. A lot of clients (Android TV included) do not set a id so this is was a breaking change. The only 2 usages of the id still accept null so I've made the id nullable to keep compatibility.
Changes
Issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.