6 lines
110 B
C#
6 lines
110 B
C#
namespace YandexMusic.API.Models.Common;
|
|
|
|
public class YTrailer
|
|
{
|
|
public bool Available { get; set; }
|
|
} |