don't replace tv channel images

This commit is contained in:
Luke Pulverenti 2016-06-06 13:33:39 -04:00
parent 73ab3edeec
commit 3e066ab9f5

View File

@ -41,7 +41,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
var service = _liveTvManager.Services.FirstOrDefault(i => string.Equals(i.Name, liveTvItem.ServiceName, StringComparison.OrdinalIgnoreCase)); 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 try
{ {