mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
CComponentsChannelLogo: add missing type
Origin commit data
------------------
Branch: ni/coolstream
Commit: f4762f78a5
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-04-16 (Sun, 16 Apr 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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)
|
void CComponentsChannelLogo::init(const uint64_t& channelId, const std::string& channelName, bool allow_scale)
|
||||||
{
|
{
|
||||||
|
cc_item_type = CC_ITEMTYPE_CHANNEL_LOGO;
|
||||||
channel_name = "";
|
channel_name = "";
|
||||||
channel_id = 0;
|
channel_id = 0;
|
||||||
alt_pic_name = "";
|
alt_pic_name = "";
|
||||||
|
@@ -41,6 +41,7 @@ typedef enum
|
|||||||
CC_ITEMTYPE_GENERIC,
|
CC_ITEMTYPE_GENERIC,
|
||||||
CC_ITEMTYPE_ITEM,
|
CC_ITEMTYPE_ITEM,
|
||||||
CC_ITEMTYPE_PICTURE,
|
CC_ITEMTYPE_PICTURE,
|
||||||
|
CC_ITEMTYPE_CHANNEL_LOGO,
|
||||||
CC_ITEMTYPE_TEXT,
|
CC_ITEMTYPE_TEXT,
|
||||||
CC_ITEMTYPE_TEXT_INFOBOX,
|
CC_ITEMTYPE_TEXT_INFOBOX,
|
||||||
CC_ITEMTYPE_SHAPE_SQUARE,
|
CC_ITEMTYPE_SHAPE_SQUARE,
|
||||||
|
Reference in New Issue
Block a user