Обнновлено до .net10
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
namespace YandexMusic.API.Models.Common
|
||||
namespace YandexMusic.API.Models.Common;
|
||||
|
||||
public class YExtraAction
|
||||
{
|
||||
public class YExtraAction
|
||||
{
|
||||
public string Type { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string Color { get; set; }
|
||||
public string Url { get; set; }
|
||||
public bool ViewBrowser { get; set; }
|
||||
}
|
||||
public string Type { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string Color { get; set; }
|
||||
public string Url { get; set; }
|
||||
public bool ViewBrowser { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user