update translations

This commit is contained in:
Luke Pulverenti
2014-12-14 00:23:04 -05:00
parent 06b1896d8b
commit afa808c3bf
8 changed files with 97 additions and 77 deletions

View File

@@ -915,7 +915,7 @@ namespace MediaBrowser.Server.Implementations.Dto
}
// If there is no art, indicate what parent has one in case the Ui wants to allow inheritance
if (!dto.HasArtImage && options.GetImageLimit(ImageType.Thumb) > 0)
if (!dto.HasArtImage && options.GetImageLimit(ImageType.Art) > 0)
{
var parentWithImage = GetParentImageItem(item, ImageType.Art, owner);