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