Обнновлено до .net10
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
namespace YandexMusic.API.Models.Landing
|
||||
namespace YandexMusic.API.Models.Landing;
|
||||
|
||||
public class YLanding
|
||||
{
|
||||
public class YLanding
|
||||
{
|
||||
public List<YLandingBlock> Blocks { get; set; }
|
||||
public string ContentId { get; set; }
|
||||
public YLandingHeaderSpecialBlock HeaderSpecialBlock { get; set; }
|
||||
public bool Pumpkin { get; set; }
|
||||
}
|
||||
public List<YLandingBlock> Blocks { get; set; }
|
||||
public string ContentId { get; set; }
|
||||
public YLandingHeaderSpecialBlock HeaderSpecialBlock { get; set; }
|
||||
public bool Pumpkin { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user