aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Sync/SyncJobProcessor.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-01-26 17:47:16 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-01-26 17:47:16 -0500
commitf5919990c9ef80bff28ec8a590acb2f72a806678 (patch)
treed11e30ee6534ffd7ac829c1a14d61f8853991471 /MediaBrowser.Server.Implementations/Sync/SyncJobProcessor.cs
parent63f3cf97dada179fc6e9e3a177504d3e7b36321c (diff)
fix failing scan
Diffstat (limited to 'MediaBrowser.Server.Implementations/Sync/SyncJobProcessor.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Sync/SyncJobProcessor.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Sync/SyncJobProcessor.cs b/MediaBrowser.Server.Implementations/Sync/SyncJobProcessor.cs
index fd4474b80..8cad50b91 100644
--- a/MediaBrowser.Server.Implementations/Sync/SyncJobProcessor.cs
+++ b/MediaBrowser.Server.Implementations/Sync/SyncJobProcessor.cs
@@ -289,7 +289,7 @@ namespace MediaBrowser.Server.Implementations.Sync
if (itemByName != null)
{
return user.RootFolder
- .GetRecursiveChildren(user, itemByName.ItemFilter);
+ .GetRecursiveChildren(user, itemByName.GetItemFilter());
}
if (item.IsFolder)