7 lines
176 B
C#
7 lines
176 B
C#
namespace YandexMusic.API.Models.Common;
|
|
|
|
public class YLyricsInfo
|
|
{
|
|
public bool HasAvailableSyncLyrics { get; set; }
|
|
public bool HasAvailableTextLyrics { get; set; }
|
|
} |