Добавьте файлы проекта.
This commit is contained in:
11
YandexMusic.API/Models/Label/YLabelAlbums.cs
Normal file
11
YandexMusic.API/Models/Label/YLabelAlbums.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using YandexMusic.API.Models.Album;
|
||||
using YandexMusic.API.Models.Common;
|
||||
|
||||
namespace YandexMusic.API.Models.Label
|
||||
{
|
||||
public class YLabelAlbums
|
||||
{
|
||||
public YPager Pager { get; set; }
|
||||
public List<YAlbum> Albums { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user