Разбиение по компонентам

This commit is contained in:
FrigaT
2026-04-14 18:20:11 +03:00
parent 0369f0af07
commit 65efb9ff76
10 changed files with 367 additions and 379 deletions

View File

@@ -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; } = "";
}