- epgplus: smoother aligment for channelnumbers

This commit is contained in:
vanhofen
2017-04-10 21:43:01 +02:00
committed by svenhoefer
parent 46e298823f
commit ab4adc92d0
2 changed files with 33 additions and 11 deletions

View File

@@ -211,6 +211,7 @@ class EpgPlus
//// attributes
public:
const CZapitChannel * channel;
std::string displayNumber;
std::string displayName;
int index;
@@ -420,6 +421,7 @@ class EpgPlus
int channelListStartIndex;
int maxNumberOfDisplayableEntries; // maximal number of displayable entrys
static int channelNumberOffset;
time_t startTime;
time_t firstStartTime;