Добавьте файлы проекта.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace YandexMusic.API.Models.Ynison
|
||||
{
|
||||
public class YYnisonDeviceCapabilities
|
||||
{
|
||||
public bool CanBePlayer { get; set; }
|
||||
public bool CanBeRemoteController { get; set; }
|
||||
public decimal VolumeGranularity { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user