Files
YandexMusic/YandexMusic.API/Models/Landing/Entity/Entities/Context/YPlayContextAlbum.cs
2026-04-10 12:12:33 +03:00

9 lines
214 B
C#

using YandexMusic.API.Models.Album;
namespace YandexMusic.API.Models.Landing.Entity.Entities.Context
{
public class YPlayContextAlbum : YPlayContext
{
public YAlbum Payload { get; set; }
}
}