Добавлен вывод названия трека и обложки в плеере
This commit is contained in:
7
PlaylistShared.Shared/DTO/TrackInfoDto.cs
Normal file
7
PlaylistShared.Shared/DTO/TrackInfoDto.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace PlaylistShared.Shared.DTO;
|
||||
|
||||
public class TrackInfoDto
|
||||
{
|
||||
public string Title { get; set; }
|
||||
public string CoverUri { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user