7 lines
170 B
C#
7 lines
170 B
C#
namespace YandexMusic.API.Models.Common.Cover;
|
|
|
|
public class YCoverMosaic : YCover
|
|
{
|
|
public bool Custom { get; set; }
|
|
public List<string> ItemsUri { get; set; }
|
|
} |