mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-27 10:58:44 +01:00
update translations
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user