Обнновлено до .net10
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
namespace YandexMusic.API.Models.Radio
|
||||
namespace YandexMusic.API.Models.Radio;
|
||||
|
||||
public class YStationsDashboard
|
||||
{
|
||||
public class YStationsDashboard
|
||||
{
|
||||
public string DashboardId { get; set; }
|
||||
public bool Pumpkin { get; set; }
|
||||
public List<YStation> Stations { get; set; }
|
||||
}
|
||||
public string DashboardId { get; set; }
|
||||
public bool Pumpkin { get; set; }
|
||||
public List<YStation> Stations { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user