Добавьте файлы проекта.
This commit is contained in:
8
YandexMusic.API/Models/Common/Cover/YCoverImage.cs
Normal file
8
YandexMusic.API/Models/Common/Cover/YCoverImage.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace YandexMusic.API.Models.Common.Cover
|
||||
{
|
||||
public class YCoverImage : YCover
|
||||
{
|
||||
public string Prefix { get; set; }
|
||||
public string Uri { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user