Browse Source

update card layouts

Luke Pulverenti 8 năm trước cách đây
mục cha
commit
3e9f655899
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs

+ 1 - 1
Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs

@@ -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
                 {