update image magick encoder

This commit is contained in:
Luke Pulverenti
2017-06-21 10:51:11 -04:00
parent 7815d65e5c
commit 98ee28bda4
5 changed files with 31 additions and 13 deletions

View File

@@ -118,6 +118,11 @@ namespace MediaBrowser.Controller.Entities.Movies
{
get
{
if (string.IsNullOrWhiteSpace(Path))
{
return false;
}
return !FileSystem.ContainsSubPath(ConfigurationManager.ApplicationPaths.DataPath, Path);
}
}