mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
update live tv data transfer
This commit is contained in:
@@ -14,7 +14,7 @@ namespace MediaBrowser.Model.Net
|
||||
/// <summary>
|
||||
/// Any extension in this list is considered a video file - can be added to at runtime for extensibility
|
||||
/// </summary>
|
||||
private static readonly List<string> VideoFileExtensions = new List<string>
|
||||
private static readonly string[] VideoFileExtensions = new string[]
|
||||
{
|
||||
".mkv",
|
||||
".m2t",
|
||||
|
||||
Reference in New Issue
Block a user