update CollectionFolder

This commit is contained in:
Luke Pulverenti
2016-04-27 13:53:23 -04:00
parent 1e16ac9f2a
commit 6c62c20a9e
5 changed files with 30 additions and 8 deletions

View File

@@ -1542,7 +1542,7 @@ namespace MediaBrowser.Controller.Entities
{
if (!string.IsNullOrEmpty(info.Path))
{
var itemByPath = LibraryManager.FindByPath(info.Path);
var itemByPath = LibraryManager.FindByPath(info.Path, null);
if (itemByPath == null)
{