Добавьте файлы проекта.
This commit is contained in:
10
YandexMusic.API/Models/Library/YLibrary.cs
Normal file
10
YandexMusic.API/Models/Library/YLibrary.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace YandexMusic.API.Models.Library
|
||||
{
|
||||
public class YLibrary
|
||||
{
|
||||
public string PlaylistUuid { get; set; }
|
||||
public int Revision { get; set; }
|
||||
public List<YLibraryTrack> Tracks { get; set; }
|
||||
public string Uid { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user