mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-05 08:42:50 +03:00
Update StreamingHelpers.cs
Updated condition
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user