fixes #433 - Add root collection type to ItemResolveArgs

This commit is contained in:
Luke Pulverenti
2013-09-04 13:07:35 -04:00
parent dfe91e43b6
commit e7e18af2d7
7 changed files with 19 additions and 33 deletions

View File

@@ -441,7 +441,7 @@ namespace MediaBrowser.Server.Implementations.Library
throw new ArgumentNullException("fileInfo");
}
var args = new ItemResolveArgs(ConfigurationManager.ApplicationPaths)
var args = new ItemResolveArgs(ConfigurationManager.ApplicationPaths, this)
{
Parent = parent,
Path = fileInfo.FullName,