mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-04 22:24:35 -04:00
Update StreamingHelpers.cs
Updated condition
This commit is contained in:
parent
75c9659e05
commit
84da57cd48
@ -509,11 +509,8 @@ namespace Jellyfin.Api.Helpers
|
|||||||
private static void ApplyDeviceProfileSettings(StreamState state, IDlnaManager dlnaManager, IDeviceManager deviceManager, HttpRequest request, string? deviceProfileId, bool? @static)
|
private static void ApplyDeviceProfileSettings(StreamState state, IDlnaManager dlnaManager, IDeviceManager deviceManager, HttpRequest request, string? deviceProfileId, bool? @static)
|
||||||
{
|
{
|
||||||
if (!string.IsNullOrWhiteSpace(deviceProfileId))
|
if (!string.IsNullOrWhiteSpace(deviceProfileId))
|
||||||
{
|
|
||||||
if (state.DeviceProfile == null)
|
|
||||||
{
|
{
|
||||||
state.DeviceProfile = dlnaManager.GetProfile(deviceProfileId);
|
state.DeviceProfile = dlnaManager.GetProfile(deviceProfileId);
|
||||||
}
|
|
||||||
|
|
||||||
if (state.DeviceProfile == null)
|
if (state.DeviceProfile == null)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user