Minor code changes

This commit is contained in:
Nick
2023-06-26 22:04:39 -07:00
parent ab20ceaad6
commit fc61933748
2 changed files with 5 additions and 1 deletions

View File

@@ -265,6 +265,10 @@ namespace MediaBrowser.Model.Configuration
/// <value>The limit for parallel image encoding.</value>
public int ParallelImageEncodingLimit { get; set; }
/// <summary>
/// Gets or sets the trickplay options.
/// </summary>
/// <value>The trickplay options.</value>
public TrickplayOptions TrickplayOptions { get; set; } = new TrickplayOptions();
}
}