mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
Minor code changes
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user