Update MediaBrowser.Controller/Lyrics/LyricResponse.cs

Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
pull/8381/head
1hitsong 2 years ago committed by GitHub
parent dce81d8818
commit dddebec794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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; }
}

Loading…
Cancel
Save