Browse Source

Update MediaBrowser.Providers/Lyric/TxtLyricProvider.cs

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

+ 1 - 1
MediaBrowser.Providers/Lyric/TxtLyricProvider.cs

@@ -13,7 +13,7 @@ namespace MediaBrowser.Providers.Lyric;
 public class TxtLyricProvider : ILyricProvider
 public class TxtLyricProvider : ILyricProvider
 {
 {
     /// <inheritdoc />
     /// <inheritdoc />
-    public string Name { get; } = "TxtLyricProvider";
+    public string Name => "TxtLyricProvider";
 
 
     /// <inheritdoc />
     /// <inheritdoc />
     public IEnumerable<string> SupportedMediaTypes { get; } = new[] { "lrc", "txt" };
     public IEnumerable<string> SupportedMediaTypes { get; } = new[] { "lrc", "txt" };