CComponentsChannelLogo: add missing type

This commit is contained in:
2017-04-16 16:53:06 +02:00
parent dbc4a487e4
commit f4762f78a5
2 changed files with 2 additions and 0 deletions

View File

@@ -385,6 +385,7 @@ CComponentsChannelLogo::CComponentsChannelLogo( const int &x_pos, const int &y_p
void CComponentsChannelLogo::init(const uint64_t& channelId, const std::string& channelName, bool allow_scale)
{
cc_item_type = CC_ITEMTYPE_CHANNEL_LOGO;
channel_name = "";
channel_id = 0;
alt_pic_name = "";