mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 23:35:25 +03:00
support audio sync transcoding
This commit is contained in:
@@ -46,7 +46,9 @@ namespace MediaBrowser.Server.Implementations.Sync
|
||||
|
||||
public DeviceProfile GetDeviceProfile(SyncTarget target)
|
||||
{
|
||||
return new DeviceProfile();
|
||||
var caps = _deviceManager.GetCapabilities(target.Id);
|
||||
|
||||
return caps == null || caps.DeviceProfile == null ? new DeviceProfile() : caps.DeviceProfile;
|
||||
}
|
||||
|
||||
public string Name
|
||||
|
||||
Reference in New Issue
Block a user