mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-30 05:46:30 +01:00
support configurable transcoding temporary path
This commit is contained in:
@@ -95,10 +95,10 @@ namespace MediaBrowser.Controller
|
||||
string UserConfigurationDirectoryPath { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the FF MPEG stream cache path.
|
||||
/// Gets the transcoding temporary path.
|
||||
/// </summary>
|
||||
/// <value>The FF MPEG stream cache path.</value>
|
||||
string EncodedMediaCachePath { get; }
|
||||
/// <value>The transcoding temporary path.</value>
|
||||
string TranscodingTempPath { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the downloaded images data path.
|
||||
|
||||
Reference in New Issue
Block a user