Create ILyricsProvider

This commit is contained in:
1hitsong
2022-09-10 14:58:03 -04:00
parent 23ec35d396
commit 9d5cf67dfe
8 changed files with 334 additions and 81 deletions

View File

@@ -76,6 +76,8 @@ namespace MediaBrowser.Model.Dto
public bool? CanDownload { get; set; }
public bool? HasLocalLyricsFile { get; set; }
public bool? HasSubtitles { get; set; }
public string PreferredMetadataLanguage { get; set; }