Files
YandexMusic/YandexMusic.API/Models/Common/YLyricsInfo.cs
2026-04-10 15:05:32 +03:00

7 lines
176 B
C#

namespace YandexMusic.API.Models.Common;
public class YLyricsInfo
{
public bool HasAvailableSyncLyrics { get; set; }
public bool HasAvailableTextLyrics { get; set; }
}