mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update MediaBrowser.Controller/Lyrics/LyricResponse.cs
Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
This commit is contained in:
parent
dce81d8818
commit
dddebec794
@ -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…
x
Reference in New Issue
Block a user