mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-04 21:04:14 +01:00
Update StreamingHelpers.cs
Updated condition
This commit is contained in:
parent
75c9659e05
commit
84da57cd48
1 changed files with 1 additions and 4 deletions
|
|
@ -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 a new issue