Browse Source

Update MediaBrowser.Controller/Lyrics/LyricResponse.cs

Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
1hitsong 2 years ago
parent
commit
dddebec794
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Controller/Lyrics/LyricResponse.cs

+ 1 - 1
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; }
 }