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