Обнновлено до .net10
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
namespace YandexMusic.API.Models.Radio
|
||||
namespace YandexMusic.API.Models.Radio;
|
||||
|
||||
public class YBrand
|
||||
{
|
||||
public class YBrand
|
||||
{
|
||||
public string AdvertiserUrl { get; set; }
|
||||
public string BackgroundColor { get; set; }
|
||||
public string BackgroundImageUri { get; set; }
|
||||
public string GlowColor { get; set; }
|
||||
public string MainImageUri { get; set; }
|
||||
public string Theme { get; set; }
|
||||
}
|
||||
public string AdvertiserUrl { get; set; }
|
||||
public string BackgroundColor { get; set; }
|
||||
public string BackgroundImageUri { get; set; }
|
||||
public string GlowColor { get; set; }
|
||||
public string MainImageUri { get; set; }
|
||||
public string Theme { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user