aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Lyrics
diff options
context:
space:
mode:
author1hitsong <3330318+1hitsong@users.noreply.github.com>2022-09-18 14:53:36 -0400
committerGitHub <noreply@github.com>2022-09-18 14:53:36 -0400
commitdddebec794c72242952cb45e84fed452d828a641 (patch)
tree9153f38a27f0d592416bc818f910b165f3d0a6b0 /MediaBrowser.Controller/Lyrics
parentdce81d88182c90fdce90f2690b3adb22485fecd4 (diff)
Update MediaBrowser.Controller/Lyrics/LyricResponse.cs
Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
Diffstat (limited to 'MediaBrowser.Controller/Lyrics')
-rw-r--r--MediaBrowser.Controller/Lyrics/LyricResponse.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Lyrics/LyricResponse.cs b/MediaBrowser.Controller/Lyrics/LyricResponse.cs
index f3d8b07bc..405e8cac1 100644
--- a/MediaBrowser.Controller/Lyrics/LyricResponse.cs
+++ b/MediaBrowser.Controller/Lyrics/LyricResponse.cs
@@ -15,5 +15,5 @@ public class LyricResponse
/// <summary>
/// Gets or sets Lyrics.
/// </summary>
- public IEnumerable<Lyric>? Lyrics { get; set; }
+ public IEnumerable<Lyric> Lyrics { get; set; }
}