Add recording of livestreams
This commit is contained in:
@@ -156,4 +156,9 @@ public class PluginConfiguration : BasePluginConfiguration
|
||||
/// When enabled, generates custom thumbnails instead of using SRF-provided images.
|
||||
/// </summary>
|
||||
public bool GenerateTitleCards { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the output directory for sport livestream recordings.
|
||||
/// </summary>
|
||||
public string RecordingOutputPath { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user