mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-15 14:52:20 +01:00
Update to use SupportsMediaControl
This commit is contained in:
@@ -109,7 +109,7 @@ namespace MediaBrowser.Server.Implementations.Devices
|
||||
devices = devices.Where(i =>
|
||||
{
|
||||
var caps = GetCapabilities(i.Id);
|
||||
var deviceVal = caps.SupportsUniqueIdentifier ?? caps.SupportsPersistentIdentifier;
|
||||
var deviceVal = caps.SupportsPersistentIdentifier;
|
||||
return deviceVal == val;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user