mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-21 12:19:47 +00:00
Add baseUrlParam back in and fix indentation
This commit is contained in:
parent
17f1e8d19b
commit
0dffe64489
2 changed files with 11 additions and 2 deletions
|
|
@ -103,12 +103,12 @@ public class EncodingOptions
|
|||
/// Gets or sets the delay after which throttling happens.
|
||||
/// </summary>
|
||||
public int ThrottleDelaySeconds { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether segment deletion is enabled.
|
||||
/// </summary>
|
||||
public bool EnableSegmentDeletion { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets seconds for which segments should be kept before being deleted.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue