mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-07 18:24:19 -04:00
Merge pull request #11163 from robert-hamilton36/lyrics
Add lyric files to supported extensions
This commit is contained in:
commit
f44ec318d6
@ -62,7 +62,9 @@ namespace MediaBrowser.Controller.Entities
|
|||||||
".edl",
|
".edl",
|
||||||
".bif",
|
".bif",
|
||||||
".smi",
|
".smi",
|
||||||
".ttml"
|
".ttml",
|
||||||
|
".lrc",
|
||||||
|
".elrc"
|
||||||
};
|
};
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user