Skip to content

Commit

Permalink
Add SupportsVolume in Device response (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
WXRIW committed May 10, 2024
1 parent 72bf30a commit 1281ce8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SpotifyAPI.Web/Models/Response/Device.cs
Expand Up @@ -7,6 +7,7 @@ public class Device
public bool IsPrivateSession { get; set; }
public bool IsRestricted { get; set; }
public string Name { get; set; } = default!;
public bool SupportsVolume { get; set; }
public string Type { get; set; } = default!;
public int? VolumePercent { get; set; }
}
Expand Down

0 comments on commit 1281ce8

Please sign in to comment.