infoviewer: rework get/showLivestreamInfo()

Origin commit data
------------------
Branch: ni/coolstream
Commit: 0fa97c893f
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-26 (Sun, 26 Mar 2023)

Origin message was:
------------------
- infoviewer: rework get/showLivestreamInfo()

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2023-03-26 22:34:09 +02:00
parent 6e25596e76
commit 6c81788047
2 changed files with 29 additions and 16 deletions

View File

@@ -151,6 +151,7 @@ class CInfoViewer : public sigc::trackable
void reset_allScala();
void check_channellogo_ca_SettingsChange();
void sendNoEpg(const t_channel_id channel_id);
void getLivestreamInfo();
bool showLivestreamInfo();
CComponentsWindowMax *ecmInfoBox; //NI
@@ -216,6 +217,7 @@ class CInfoViewer : public sigc::trackable
int getSwitchMode() {return zap_mode;}
void resetSwitchMode() {setSwitchMode(IV_MODE_DEFAULT);}
void get_livestreamInfo() { getLivestreamInfo(); }
std::string get_livestreamInfo1() { return _livestreamInfo1; }
std::string get_livestreamInfo2() { return _livestreamInfo2; }