Skip to content

Commit

Permalink
[eDVBService]
Browse files Browse the repository at this point in the history
* add m_reference_str property
  • Loading branch information
jbleyel committed Oct 27, 2024
1 parent 2747d01 commit ec85e07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/dvb/idvb.h
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,10 @@ class eDVBService: public iStaticServiceInformation

static const cacheID audioCacheTags[];
static const int nAudioCacheTags;
std::string m_reference_str;
int getCacheEntry(cacheID);
void setCacheEntry(cacheID, int);
void setServiceRef(std::string sref) { m_reference_str = sref; }

bool cacheEmpty();
bool cacheAudioEmpty();
Expand Down

0 comments on commit ec85e07

Please sign in to comment.