diff options
| -rw-r--r-- | MediaBrowser.Controller/Lyrics/LyricResponse.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Lyrics/LyricResponse.cs b/MediaBrowser.Controller/Lyrics/LyricResponse.cs index 989248388..f3d8b07bc 100644 --- a/MediaBrowser.Controller/Lyrics/LyricResponse.cs +++ b/MediaBrowser.Controller/Lyrics/LyricResponse.cs @@ -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. |
