Обнновлено до .net10
This commit is contained in:
@@ -1,22 +1,21 @@
|
||||
namespace YandexMusic.API.Models.Ynison
|
||||
namespace YandexMusic.API.Models.Ynison;
|
||||
|
||||
public class YYnisonPlayerQueue
|
||||
{
|
||||
public class YYnisonPlayerQueue
|
||||
{
|
||||
public int CurrentPlayableIndex { get; set; } = -1;
|
||||
public int CurrentPlayableIndex { get; set; } = -1;
|
||||
|
||||
public string EntityId { get; set; }
|
||||
public string EntityId { get; set; }
|
||||
|
||||
public YYnisonEntityType EntityType { get; set; } = YYnisonEntityType.Various;
|
||||
public YYnisonEntityType EntityType { get; set; } = YYnisonEntityType.Various;
|
||||
|
||||
public YYnisonEntityContext EntityContext { get; set; } = YYnisonEntityContext.BasedOnEntityByDefault;
|
||||
public YYnisonEntityContext EntityContext { get; set; } = YYnisonEntityContext.BasedOnEntityByDefault;
|
||||
|
||||
public YYnisonQueueOptions Options { get; set; } = new();
|
||||
public YYnisonQueueOptions Options { get; set; } = new();
|
||||
|
||||
public List<YYnisonPlayableItem> PlayableList { get; set; } = new();
|
||||
public YYnisonQueue Queue { get; set; }
|
||||
public List<YYnisonPlayableItem> PlayableList { get; set; } = new();
|
||||
public YYnisonQueue Queue { get; set; }
|
||||
|
||||
public string FromOptional { get; set; }
|
||||
public string FromOptional { get; set; }
|
||||
|
||||
public YYnisonVersion Version { get; set; }
|
||||
}
|
||||
public YYnisonVersion Version { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user