Esempio n. 1
0
        protected override void UpdateGuiProperties()
        {
            base.UpdateGuiProperties();

            ChannelName     = CurrentChannel != null ? CurrentChannel.Name : string.Empty;
            ChannelLogoType = CurrentChannel.GetFanArtMediaType();
            _channel        = CurrentChannel;
        }
        protected override void UpdateGuiProperties()
        {
            base.UpdateGuiProperties();

            ChannelName     = CurrentChannel?.Name ?? string.Empty;
            ChannelLogoType = CurrentChannel.GetFanArtMediaType();
            ChannelNumber   = CurrentChannel?.ChannelNumber ?? 0;
            _channel        = CurrentChannel;
        }