don't replace tv channel images
This commit is contained in:
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…
Reference in New Issue
Block a user