Browse Source

Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
1hitsong 2 years ago
parent
commit
636835f73a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Providers/Lyric/LrcLyricProvider.cs

+ 1 - 1
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