Добавление треков
This commit is contained in:
10
PlaylistShared.Shared/DTO/YandexTrack.cs
Normal file
10
PlaylistShared.Shared/DTO/YandexTrack.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace PlaylistShared.Shared.DTO;
|
||||
|
||||
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 string CoverUri { get; set; } = "";
|
||||
}
|
||||
Reference in New Issue
Block a user