Доработан поиск артиста
This commit is contained in:
@@ -12,7 +12,7 @@ public class YandexTrack
|
||||
public string Title { get; set; } = string.Empty;
|
||||
|
||||
[JsonPropertyName("artists")]
|
||||
public List<string> Artists { get; set; } = new();
|
||||
public List<YandexArtist> Artists { get; set; } = new();
|
||||
|
||||
[JsonPropertyName("coverUri")]
|
||||
public string CoverUri { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user