Разбиение по компонентам
This commit is contained in:
@@ -5,6 +5,6 @@ public class YandexTrack
|
||||
public string Id { get; set; } = "";
|
||||
public string Title { get; set; } = "";
|
||||
public List<string> Artists { get; set; } = new();
|
||||
public int DurationMs { get; set; }
|
||||
public long DurationMs { get; set; }
|
||||
public string CoverUri { get; set; } = "";
|
||||
}
|
||||
Reference in New Issue
Block a user