diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-09-20 12:42:08 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-09-23 20:32:44 +0200 |
| commit | c9820d30edf1cb8fa99a52ec72b6571d6d4506f7 (patch) | |
| tree | 9a479536e6d18d3a2e9a8d253c4d3846d3d2aceb /Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs | |
| parent | b8fd6a7ec3e49298ffacc6da96d59ae03a593cd3 (diff) | |
Fix multiple mistakes and warnings
Diffstat (limited to 'Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs')
| -rw-r--r-- | Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs b/Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs index f1ae2fc9c..8bdb38784 100644 --- a/Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs +++ b/Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs @@ -57,7 +57,6 @@ namespace Emby.Server.Implementations.Library } var filename = fileInfo.Name; - var path = fileInfo.FullName; // Ignore hidden files on UNIX if (Environment.OSVersion.Platform != PlatformID.Win32NT |
