commit
77f5b522a9
|
@ -423,6 +423,11 @@ namespace Emby.Server.Implementations.LiveTv.EmbyTV
|
||||||
{
|
{
|
||||||
tunerChannel.Name = epgChannel.Name;
|
tunerChannel.Name = epgChannel.Name;
|
||||||
}
|
}
|
||||||
|
if (!string.IsNullOrWhiteSpace(epgChannel.ImageUrl))
|
||||||
|
{
|
||||||
|
tunerChannel.ImageUrl = epgChannel.ImageUrl;
|
||||||
|
tunerChannel.HasImage = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
||||||
[assembly: AssemblyVersion("3.2.0.104")]
|
[assembly: AssemblyVersion("3.2.1.100")]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user