mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
Use config values
This commit is contained in:
@@ -264,5 +264,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
/// </summary>
|
||||
/// <value>The limit for parallel image encoding.</value>
|
||||
public int ParallelImageEncodingLimit { get; set; }
|
||||
|
||||
public TrickplayOptions TrickplayOptions { get; set; } = new TrickplayOptions();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user