Добавьте файлы проекта.
This commit is contained in:
9
YandexMusic.API/Models/Landing/YLandingPlayContext.cs
Normal file
9
YandexMusic.API/Models/Landing/YLandingPlayContext.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace YandexMusic.API.Models.Landing
|
||||
{
|
||||
public class YLandingBlockPlayContext
|
||||
{
|
||||
public string Uid { get; set; }
|
||||
public string Kind { get; set; }
|
||||
public string PlaylistUuid { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user