mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
add lyric files to supportedExtensions
This commit is contained in:
parent
5a4aff36c1
commit
2234b5bec6
@ -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