Update StreamingHelpers.cs

Updated condition
This commit is contained in:
BaronGreenback 2021-03-10 09:07:11 +00:00 committed by GitHub
parent 75c9659e05
commit 84da57cd48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
{