Additional fixes for multiple movies per folder. Added a provider shell

This commit is contained in:
Luke Pulverenti
2013-08-15 12:21:32 -04:00
parent e934783b95
commit 34bf41721a
5 changed files with 115 additions and 6 deletions

View File

@@ -45,7 +45,8 @@ namespace MediaBrowser.Controller.Resolvers
return new TVideoType
{
VideoType = type,
Path = args.Path
Path = args.Path,
IsInMixedFolder = true
};
}
}