Добавьте файлы проекта.
This commit is contained in:
12
YandexMusic.API/Models/Common/YLyrics.cs
Normal file
12
YandexMusic.API/Models/Common/YLyrics.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace YandexMusic.API.Models.Common
|
||||
{
|
||||
public class YLyrics
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string Lyrics { get; set; }
|
||||
public string FullLyrics { get; set; }
|
||||
public bool HasRights { get; set; }
|
||||
public bool ShowTranslation { get; set; }
|
||||
public string TextLanguage { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user