mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2025-01-11 14:07:47 +00:00
Added "is_local" to the PlaylistTrack-Object
This commit is contained in:
parent
2cc4f573f4
commit
ee54ea2ff2
@ -51,6 +51,8 @@ namespace SpotifyAPI.SpotifyWebAPI.Models
|
||||
public PublicProfile AddedBy { get; set; }
|
||||
[JsonProperty("track")]
|
||||
public FullTrack Track { get; set; }
|
||||
[JsonProperty("is_local")]
|
||||
public Boolean IsLocal { get; set; }
|
||||
}
|
||||
public class CreatePlaylistArgs
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user