mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-25 03:24:47 +01:00
reduce AnalyzeDurationMs for live tv
This commit is contained in:
@@ -60,6 +60,8 @@ namespace MediaBrowser.Model.Dto
|
||||
public string TranscodingSubProtocol { get; set; }
|
||||
public string TranscodingContainer { get; set; }
|
||||
|
||||
public int? AnalyzeDurationMs { get; set; }
|
||||
|
||||
public MediaSourceInfo()
|
||||
{
|
||||
Formats = new List<string>();
|
||||
|
||||
Reference in New Issue
Block a user