浏览代码

Update MediaBrowser.Providers/Lyric/TxtLyricProvider.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
1hitsong 3 年之前
父节点
当前提交
1aa8b22b89
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 {
     /// <inheritdoc />
-    public string Name { get; } = "TxtLyricProvider";
+    public string Name => "TxtLyricProvider";
 
     /// <inheritdoc />
     public IEnumerable<string> SupportedMediaTypes { get; } = new[] { "lrc", "txt" };