diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-01-26 23:15:05 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-01-26 23:15:05 -0500 |
| commit | 8a252c8ad6c9ab2ccc4017571ddd2cff1a05928c (patch) | |
| tree | abe1664424dc19b46358b48e6c9a31fa1957acc4 /Emby.Server.Implementations/Library/LibraryManager.cs | |
| parent | 338d5ee9935afcf13913a88901feacc41016e421 (diff) | |
remove dead code
Diffstat (limited to 'Emby.Server.Implementations/Library/LibraryManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Library/LibraryManager.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Emby.Server.Implementations/Library/LibraryManager.cs b/Emby.Server.Implementations/Library/LibraryManager.cs index 57c9551d5..de029cd22 100644 --- a/Emby.Server.Implementations/Library/LibraryManager.cs +++ b/Emby.Server.Implementations/Library/LibraryManager.cs @@ -2619,18 +2619,6 @@ namespace Emby.Server.Implementations.Library } } - foreach (var map in ConfigurationManager.Configuration.PathSubstitutions) - { - if (!string.IsNullOrWhiteSpace(map.From)) - { - var substitutionResult = SubstitutePathInternal(path, map.From, map.To); - if (substitutionResult.Item2) - { - return substitutionResult.Item1; - } - } - } - return path; } |
