aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author1hitsong <3330318+1hitsong@users.noreply.github.com>2022-09-18 12:38:24 -0400
committerGitHub <noreply@github.com>2022-09-18 12:38:24 -0400
commit636835f73a544a25c0ce2f7d35682df723cf3955 (patch)
tree10dcafe413db3dd398a0675be838728d590551b2
parent1aa8b22b89ec320ff0b4215cc35e1bca60e782ba (diff)
Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
-rw-r--r--MediaBrowser.Providers/Lyric/LrcLyricProvider.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Providers/Lyric/LrcLyricProvider.cs b/MediaBrowser.Providers/Lyric/LrcLyricProvider.cs
index 4cc06dac8..f86255266 100644
--- a/MediaBrowser.Providers/Lyric/LrcLyricProvider.cs
+++ b/MediaBrowser.Providers/Lyric/LrcLyricProvider.cs
@@ -16,7 +16,7 @@ namespace MediaBrowser.Providers.Lyric;
public class LrcLyricProvider : ILyricProvider
{
/// <inheritdoc />
- public string Name { get; } = "LrcLyricProvider";
+ public string Name => "LrcLyricProvider";
/// <inheritdoc />
public IEnumerable<string> SupportedMediaTypes