update item by name queries

This commit is contained in:
Luke Pulverenti
2016-06-17 09:06:13 -04:00
parent bcfe86dd16
commit f9847be17c
33 changed files with 736 additions and 156 deletions

View File

@@ -126,7 +126,7 @@ namespace MediaBrowser.Server.Implementations.Library.Resolvers
}
else
{
var videoInfo = parser.ResolveFile(args.Path);
var videoInfo = parser.Resolve(args.Path, false, false);
if (videoInfo == null)
{