support configurable transcoding temporary path

This commit is contained in:
Luke Pulverenti
2014-01-11 13:58:50 -05:00
parent ef8b02d285
commit 7f57ef0689
9 changed files with 51 additions and 17 deletions

View File

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