mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
update display of active recordings
This commit is contained in:
@@ -84,7 +84,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
/// <param name="inputFiles">The input files.</param>
|
||||
/// <param name="protocol">The protocol.</param>
|
||||
/// <returns>System.String.</returns>
|
||||
string GetProbeSizeArgument(string[] inputFiles, MediaProtocol protocol);
|
||||
string GetProbeSizeAndAnalyzeDurationArgument(string[] inputFiles, MediaProtocol protocol);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the input argument.
|
||||
|
||||
@@ -15,6 +15,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
public IIsoMount MountedIso { get; set; }
|
||||
public VideoType VideoType { get; set; }
|
||||
public List<string> PlayableStreamFileNames { get; set; }
|
||||
public int AnalyzeDurationSections { get; set; }
|
||||
|
||||
public MediaInfoRequest()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user