Добавьте файлы проекта.
This commit is contained in:
10
YandexMusic.API/Models/Queue/YQueueItem.cs
Normal file
10
YandexMusic.API/Models/Queue/YQueueItem.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace YandexMusic.API.Models.Queue
|
||||
{
|
||||
public class YQueueItem
|
||||
{
|
||||
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