浏览代码

add lyric files to supportedExtensions

robert-hamilton36 1 年之前
父节点
当前提交
2234b5bec6
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      MediaBrowser.Controller/Entities/BaseItem.cs

+ 3 - 1
MediaBrowser.Controller/Entities/BaseItem.cs

@@ -62,7 +62,9 @@ namespace MediaBrowser.Controller.Entities
             ".edl",
             ".bif",
             ".smi",
-            ".ttml"
+            ".ttml",
+            ".lrc",
+            ".elrc"
         };
 
         /// <summary>