Files
YandexMusic/YandexMusic.API/Models/Radio/YStationSettings.cs
2026-04-10 12:12:33 +03:00

10 lines
263 B
C#

namespace YandexMusic.API.Models.Radio
{
public class YStationSettings
{
public string Diversity { get; set; }
public string Energy { get; set; }
public string Language { get; set; }
public string Mood { get; set; }
}
}