mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +00:00
Add SupportsVolume in Device response (#971)
This commit is contained in:
parent
72bf30aad5
commit
1281ce8732
@ -7,6 +7,7 @@ namespace SpotifyAPI.Web
|
|||||||
public bool IsPrivateSession { get; set; }
|
public bool IsPrivateSession { get; set; }
|
||||||
public bool IsRestricted { get; set; }
|
public bool IsRestricted { get; set; }
|
||||||
public string Name { get; set; } = default!;
|
public string Name { get; set; } = default!;
|
||||||
|
public bool SupportsVolume { get; set; }
|
||||||
public string Type { get; set; } = default!;
|
public string Type { get; set; } = default!;
|
||||||
public int? VolumePercent { get; set; }
|
public int? VolumePercent { get; set; }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user