fix chapter image extraction

This commit is contained in:
Luke Pulverenti
2015-04-11 13:59:55 -04:00
parent 635de736a9
commit a639d32454
5 changed files with 92 additions and 45 deletions

View File

@@ -151,8 +151,9 @@ namespace MediaBrowser.Server.Implementations.MediaEncoder
chapter.ImagePath = path;
changesMade = true;
}
catch
catch (Exception ex)
{
_logger.ErrorException("Error extraching chapter images for {0}", ex, string.Join(",", inputPath));
success = false;
break;
}