Обнновлено до .net10
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
namespace YandexMusic.API.Models.Artist
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace YandexMusic.API.Models.Artist;
|
||||
|
||||
public class YMetroStation
|
||||
{
|
||||
public class YMetroStation
|
||||
{
|
||||
[JsonProperty("line-color")]
|
||||
public string LineColor { get; set; }
|
||||
public string Title { get; set; }
|
||||
}
|
||||
[JsonPropertyName("line-color")]
|
||||
public string LineColor { get; set; }
|
||||
public string Title { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user