don't replace tv channel images

pull/702/head
Luke Pulverenti 8 years ago
parent 73ab3edeec
commit 3e066ab9f5

@ -41,7 +41,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
var service = _liveTvManager.Services.FirstOrDefault(i => string.Equals(i.Name, liveTvItem.ServiceName, StringComparison.OrdinalIgnoreCase));
if (service != null)
if (service != null && !item.HasImage(ImageType.Primary))
{
try
{

Loading…
Cancel
Save