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

@@ -101,7 +101,7 @@ namespace MediaBrowser.Controller.Entities
if (item.Id == Guid.Empty)
{
item.Id = item.Path.GetMBId(item.GetType(), item.IsInMixedFolder);
item.Id = item.Path.GetMBId(item.GetType());
}
if (item.DateCreated == DateTime.MinValue)