2015-10-16 23:44:35 +01:00
|
|
|
|
using Newtonsoft.Json;
|
|
|
|
|
using System;
|
2015-07-07 17:11:11 +01:00
|
|
|
|
|
|
|
|
|
namespace SpotifyAPI.Local.Models
|
|
|
|
|
{
|
|
|
|
|
public class TrackResourceLocation
|
|
|
|
|
{
|
|
|
|
|
[JsonProperty("og")]
|
2016-03-31 11:08:23 +01:00
|
|
|
|
public string Og { get; set; }
|
2015-07-07 17:11:11 +01:00
|
|
|
|
}
|
|
|
|
|
}
|