Merge pull request #11163 from robert-hamilton36/lyrics

Add lyric files to supported extensions
pull/11175/head
Bond-009 3 months ago committed by GitHub
commit f44ec318d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save