Добавьте файлы проекта.
This commit is contained in:
10
YandexMusic.API/Models/Library/YLibraryPlaylists.cs
Normal file
10
YandexMusic.API/Models/Library/YLibraryPlaylists.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using YandexMusic.API.Models.Playlist;
|
||||
|
||||
namespace YandexMusic.API.Models.Library
|
||||
{
|
||||
public class YLibraryPlaylists
|
||||
{
|
||||
public YPlaylist Playlist { get; set; }
|
||||
public DateTime Timestamp { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user