Обнновлено до .net10
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
namespace YandexMusic.API.Models.Queue
|
||||
namespace YandexMusic.API.Models.Queue;
|
||||
|
||||
public class YContext
|
||||
{
|
||||
public class YContext
|
||||
{
|
||||
public string Type { get; set; }
|
||||
public string Id { get; set; }
|
||||
public string Login { get; set; }
|
||||
public string Description { get; set; }
|
||||
}
|
||||
public string Type { get; set; }
|
||||
public string Id { get; set; }
|
||||
public string Login { get; set; }
|
||||
public string Description { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user