mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5921] [CLOSED] DeviceProfile comments, optimization, etc. #10735
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/5921
Author: @BaronGreenback
Created: 4/26/2021
Status: ❌ Closed
Base:
master← Head:DlnaPreWork📝 Commits (7)
7c42086Added properties in preparation.6857678Update DeviceProfile.cs8ab475fremoved duplicated001653Merge branch 'master' into DlnaPreWorkf38e641corrected nullabilityd8e08e4Update DeviceProfile.cs58fdd8bUpdate DeviceProfile.cs📊 Changes
2 files changed (+52 additions, -38 deletions)
View changed files
📝
MediaBrowser.Model/Dlna/DeviceProfile.cs(+50 -37)📝
MediaBrowser.Model/Dlna/DeviceProfileType.cs(+2 -1)📄 Description
Optimization
Removed a method that cloned an object which was then only ever used for comparison purposes.
Fixed
EncodeContextOnTransmission was never fully implemented in the existing code. It permits unencoded didl traffic to be transmitted to the device.
New
Used by a new feature called temporary profiles.
By optionally linking dlna playTo with the dlna server, the reported properties of the device are available, instead of the only the http headers.
Feature is implemented in the plugin - however, this file cannot be moved into the plugin in phase 1.
Has no impact at all in the current code.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.