Explorar el Código

add lyric files to supportedExtensions

robert-hamilton36 hace 1 año
padre
commit
2234b5bec6
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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>