#70 - TV library not being displayed
This commit is contained in:
parent
bd094311f0
commit
9ecd2bbf91
|
@ -223,6 +223,11 @@ namespace MediaBrowser.Controller.Library
|
||||||
_logger.Error("Image file does not exist: {0}", path);
|
_logger.Error("Image file does not exist: {0}", path);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
_logger.ErrorException("Failed to determine primary image aspect ratio for {0}", ex, path);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
foreach (var enhancer in Kernel.Instance.ImageEnhancers
|
foreach (var enhancer in Kernel.Instance.ImageEnhancers
|
||||||
.Where(i => i.Supports(item, ImageType.Primary)))
|
.Where(i => i.Supports(item, ImageType.Primary)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user