Добавьте файлы проекта.
This commit is contained in:
10
YandexMusic.API/Models/Playlist/YPlaylistPlayCounter.cs
Normal file
10
YandexMusic.API/Models/Playlist/YPlaylistPlayCounter.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace YandexMusic.API.Models.Playlist
|
||||
{
|
||||
public class YPlaylistPlayCounter
|
||||
{
|
||||
public string Description { get; set; }
|
||||
public string DescriptionNext { get; set; }
|
||||
public bool Updated { get; set; }
|
||||
public int? Value { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user