diff options
| author | 1hitsong <3330318+1hitsong@users.noreply.github.com> | 2022-09-18 14:53:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-18 14:53:25 -0400 |
| commit | dce81d88182c90fdce90f2690b3adb22485fecd4 (patch) | |
| tree | 5b63ca4c67a7cf1af3844bac62853958bd3fda03 | |
| parent | f737581d49dd9f6ab0c68269f8be073df27fb0ba (diff) | |
Update MediaBrowser.Controller/Lyrics/LyricResponse.cs
Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
| -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. |
