Add baseUrlParam back in and fix indentation

This commit is contained in:
Dominik
2023-06-15 19:55:11 +02:00
parent 17f1e8d19b
commit 0dffe64489
2 changed files with 11 additions and 2 deletions

View File

@@ -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>