Обнновлено до .net10
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
using YandexMusic.API.Models.Playlist;
|
||||
|
||||
namespace YandexMusic.API.Models.Landing.Entity.Entities
|
||||
namespace YandexMusic.API.Models.Landing.Entity.Entities;
|
||||
|
||||
public class YPersonalPlaylist
|
||||
{
|
||||
public class YPersonalPlaylist
|
||||
{
|
||||
public YPlaylist Data { get; set; }
|
||||
public List<string> Description { get; set; }
|
||||
public bool Notify { get; set; }
|
||||
public string PreviewDescription { get; set; }
|
||||
public bool Ready { get; set; }
|
||||
public string Type { get; set; }
|
||||
}
|
||||
public YPlaylist Data { get; set; }
|
||||
public List<string> Description { get; set; }
|
||||
public bool Notify { get; set; }
|
||||
public string PreviewDescription { get; set; }
|
||||
public bool Ready { get; set; }
|
||||
public string Type { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user