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 f737581d49
commit dce81d8818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ public class LyricResponse
/// <summary>
/// Gets or sets Metadata.
/// </summary>
public LyricMetadata? Metadata { get; set; }
public LyricMetadata Metadata { get; set; }
/// <summary>
/// Gets or sets Lyrics.

Loading…
Cancel
Save