aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-11-08 00:04:38 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-11-08 00:04:38 -0500
commit7760f022af8230cada08d500682aa2dbaff4d8cc (patch)
tree23b28b07230c020886b2fee0d21148feb76c7adf /MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs
parent1b0b7ac6a59afffe5cffde946618c712607f46c3 (diff)
fix theme videos
Diffstat (limited to 'MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs b/MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs
index 043996403..402fa439d 100644
--- a/MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs
+++ b/MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs
@@ -66,7 +66,7 @@ namespace MediaBrowser.Server.Implementations.Library
// Ignore hidden files and folders
if (isHidden)
{
- if (parent != null)
+ if (parent == null)
{
var parentFolderName = Path.GetFileName(Path.GetDirectoryName(path));