replace channel active mode with is enabled and show in epg (#2256)
* add channel enabled setting * remove channel active mode
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
|
||||
private bool CanPreviewChannel(ChannelViewModel channel)
|
||||
{
|
||||
if (channel.ActiveMode is ChannelActiveMode.Inactive)
|
||||
if (!channel.IsEnabled)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user