mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
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:
@@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user