Merge pull request #11163 from robert-hamilton36/lyrics

Add lyric files to supported extensions
pull/11175/head
Bond-009 2 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",
".bif",
".smi",
".ttml"
".ttml",
".lrc",
".elrc"
};
/// <summary>

Loading…
Cancel
Save