revert single/multi transition. too risky for now.

This commit is contained in:
Luke Pulverenti
2013-08-18 11:23:28 -04:00
parent 2beb9861e4
commit c59e49a8ed
4 changed files with 4 additions and 23 deletions

View File

@@ -34,7 +34,7 @@ namespace MediaBrowser.Server.Implementations.Library
item.Parent = args.Parent;
}
item.Id = item.Path.GetMBId(item.GetType(), item.IsInMixedFolder);
item.Id = item.Path.GetMBId(item.GetType());
// If the resolver didn't specify this
if (string.IsNullOrEmpty(item.DisplayMediaType))