Обнновлено до .net10
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
namespace YandexMusic.API.Models.Common
|
||||
namespace YandexMusic.API.Models.Common;
|
||||
|
||||
public class YLyrics
|
||||
{
|
||||
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; }
|
||||
}
|
||||
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