default recursive to true when validating children

This commit is contained in:
Luke Pulverenti
2014-02-06 11:46:26 -05:00
parent 38d88aed58
commit 8b29e67e22
4 changed files with 36 additions and 20 deletions

View File

@@ -238,7 +238,8 @@ namespace MediaBrowser.Controller.Entities
return video;
}).ToList();
// Sort them so that the list can be easily compared for changes
}).OrderBy(i => i.Path).ToList();
}
public override IEnumerable<string> GetDeletePaths()