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

8 lines
196 B
C#

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