8 lines
205 B
C#
8 lines
205 B
C#
using YandexMusic.API.Models.Playlist;
|
|
|
|
namespace YandexMusic.API.Models.Landing.Entity.Entities.Context;
|
|
|
|
public class YPlayContextPlaylist : YPlayContext
|
|
{
|
|
public YPlaylist Payload { get; set; }
|
|
} |