Обнновлено до .net10
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
namespace YandexMusic.API.Models.Radio
|
||||
namespace YandexMusic.API.Models.Radio;
|
||||
|
||||
public class YStationSettings
|
||||
{
|
||||
public class YStationSettings
|
||||
{
|
||||
public string Diversity { get; set; }
|
||||
public string Energy { get; set; }
|
||||
public string Language { get; set; }
|
||||
public string Mood { get; set; }
|
||||
}
|
||||
public string Diversity { get; set; }
|
||||
public string Energy { get; set; }
|
||||
public string Language { get; set; }
|
||||
public string Mood { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user