mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 00:55:13 +01:00
support configurable transcoding temporary path
This commit is contained in:
@@ -220,6 +220,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
public MetadataOptions BookOptions { get; set; }
|
||||
|
||||
public bool EnableDebugEncodingLogging { get; set; }
|
||||
public string TranscodingTempPath { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="ServerConfiguration" /> class.
|
||||
|
||||
Reference in New Issue
Block a user