mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
adding alternative logo for webchannels
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -130,6 +130,7 @@ class CZapitChannel
|
||||
/* WebTV/WebRadio */
|
||||
std::string url;
|
||||
std::string desc;
|
||||
std::string altlogo;
|
||||
|
||||
/* pids of this channel */
|
||||
std::vector <CZapitAbsSub* > channelSubs;
|
||||
@@ -293,6 +294,8 @@ class CZapitChannel
|
||||
bool Locked() { return (bLocked || !!bLockCount); }
|
||||
t_channel_id getEpgID(void) const { return epg_id; }
|
||||
void setEPGid(t_channel_id pEPGid) { epg_id = pEPGid; } //remap epg_id
|
||||
std::string getAlternateLogo(void) const { return altlogo; }
|
||||
inline void setAlternateLogo(const std::string &pLogo) { altlogo = pLogo; }
|
||||
};
|
||||
|
||||
struct CmpChannelBySat: public std::binary_function <const CZapitChannel * const, const CZapitChannel * const, bool>
|
||||
|
@@ -109,6 +109,7 @@ void CZapitChannel::Init()
|
||||
bLockCount = 0;
|
||||
bLocked = DEFAULT_CH_LOCKED;
|
||||
bUseCI = false;
|
||||
altlogo = "";
|
||||
}
|
||||
|
||||
CZapitChannel::~CZapitChannel(void)
|
||||
|
Reference in New Issue
Block a user