diff options
| author | 1hitsong <3330318+1hitsong@users.noreply.github.com> | 2022-09-10 14:58:03 -0400 |
|---|---|---|
| committer | 1hitsong <3330318+1hitsong@users.noreply.github.com> | 2022-09-11 15:50:27 -0400 |
| commit | 9d5cf67dfe2d5871d42a55a5e114c5ead1036ff0 (patch) | |
| tree | b89a9f63b2d76314d6ae2ee8aeb43991b1958a76 /Jellyfin.Api/Models/UserDtos/Lyrics.cs | |
| parent | 23ec35d3965e950f710c7cf6294145c601a6885b (diff) | |
Create ILyricsProvider
Diffstat (limited to 'Jellyfin.Api/Models/UserDtos/Lyrics.cs')
| -rw-r--r-- | Jellyfin.Api/Models/UserDtos/Lyrics.cs | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Jellyfin.Api/Models/UserDtos/Lyrics.cs b/Jellyfin.Api/Models/UserDtos/Lyrics.cs deleted file mode 100644 index cd548eb03..000000000 --- a/Jellyfin.Api/Models/UserDtos/Lyrics.cs +++ /dev/null @@ -1,23 +0,0 @@ -namespace Jellyfin.Api.Models.UserDtos -{ - /// <summary> - /// Lyric dto. - /// </summary> - public class Lyrics - { - /// <summary> - /// Gets or sets the start. - /// </summary> - public double? Start { get; set; } - - /// <summary> - /// Gets or sets the text. - /// </summary> - public string? Text { get; set; } - - /// <summary> - /// Gets or sets the error. - /// </summary> - public string? Error { get; set; } - } -} |
