update card layouts
This commit is contained in:
parent
b92c31ce82
commit
3e9f655899
|
@ -1650,7 +1650,7 @@ namespace Emby.Server.Implementations.LiveTv.EmbyTV
|
|||
{
|
||||
var image = program.GetImageInfo(ImageType.Primary, 0);
|
||||
|
||||
if (image != null)
|
||||
if (image != null && program.IsMovie)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user