mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Don't append transcodes to transcoding temp path
This commit is contained in:
@@ -82,12 +82,6 @@ namespace MediaBrowser.Controller
|
||||
/// <value>The user configuration directory path.</value>
|
||||
string UserConfigurationDirectoryPath { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the transcoding temporary path.
|
||||
/// </summary>
|
||||
/// <value>The transcoding temporary path.</value>
|
||||
string TranscodePath { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the internal metadata path.
|
||||
/// </summary>
|
||||
@@ -96,7 +90,5 @@ namespace MediaBrowser.Controller
|
||||
string VirtualInternalMetadataPath { get; }
|
||||
|
||||
string ArtistsPath { get; }
|
||||
|
||||
string GetTranscodePath();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user