cc_item_picture.cpp fix init var

Origin commit data
------------------
Commit: d1330f7792
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-04-02 (Tue, 02 Apr 2019)
This commit is contained in:
Jacek Jendrzej
2019-04-02 22:10:15 +02:00
committed by vanhofen
parent 84096ef80c
commit 756be2969e

View File

@@ -412,9 +412,10 @@ void CComponentsChannelLogo::init(const uint64_t& channelId, const std::string&
channel_name = ""; channel_name = "";
channel_id = 0; channel_id = 0;
alt_pic_name = ""; alt_pic_name = "";
enable_event_logo = false;
has_logo = false;
setChannel(channelId, channelName); setChannel(channelId, channelName);
do_scale = allow_scale; do_scale = allow_scale;
enable_event_logo = false;
} }
void CComponentsChannelLogo::setAltLogo(const std::string& picture_name) void CComponentsChannelLogo::setAltLogo(const std::string& picture_name)
{ {