Update StreamingHelpers.cs
Updated condition
This commit is contained in:
parent
75c9659e05
commit
84da57cd48
|
@ -510,10 +510,7 @@ namespace Jellyfin.Api.Helpers
|
|||
{
|
||||
if (!string.IsNullOrWhiteSpace(deviceProfileId))
|
||||
{
|
||||
if (state.DeviceProfile == null)
|
||||
{
|
||||
state.DeviceProfile = dlnaManager.GetProfile(deviceProfileId);
|
||||
}
|
||||
state.DeviceProfile = dlnaManager.GetProfile(deviceProfileId);
|
||||
|
||||
if (state.DeviceProfile == null)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user