diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2019-11-24 15:13:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-24 15:13:50 -0500 |
| commit | 48120d01dc1b73f58eb3b2c17530622320624721 (patch) | |
| tree | 95242d502f276a6ca82f119ca61697a2ff6312cd /MediaBrowser.Controller | |
| parent | db581c4d9b30693cfd16e1d2e4c3f802c50726e5 (diff) | |
| parent | e808e8b2d2184a1759abe29d57be8396a39b598d (diff) | |
Merge pull request #1991 from Bond-009/transtemp
Don't append transcodes to transcoding temp path
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationPaths.cs | 8 | ||||
| -rw-r--r-- | MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs | 1 |
2 files changed, 0 insertions, 9 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationPaths.cs b/MediaBrowser.Controller/IServerApplicationPaths.cs index 127a313290..56e7e4e47a 100644 --- a/MediaBrowser.Controller/IServerApplicationPaths.cs +++ b/MediaBrowser.Controller/IServerApplicationPaths.cs @@ -83,12 +83,6 @@ namespace MediaBrowser.Controller 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> /// <value>The internal metadata path.</value> @@ -96,7 +90,5 @@ namespace MediaBrowser.Controller string VirtualInternalMetadataPath { get; } string ArtistsPath { get; } - - string GetTranscodePath(); } } diff --git a/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs b/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs index 4dfb271306..349e371a7b 100644 --- a/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs +++ b/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs @@ -10,7 +10,6 @@ using MediaBrowser.Model.Configuration; using MediaBrowser.Model.Dlna; using MediaBrowser.Model.Dto; using MediaBrowser.Model.Entities; -using MediaBrowser.Model.Extensions; using MediaBrowser.Model.IO; using MediaBrowser.Model.MediaInfo; |
