mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
support null image encoder
This commit is contained in:
@@ -265,6 +265,11 @@ namespace MediaBrowser.Server.Implementations.Devices
|
||||
return true;
|
||||
}
|
||||
|
||||
if (policy.IsAdministrator)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
return ListHelper.ContainsIgnoreCase(policy.EnabledDevices, id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user