diff options
author | Jochen Dolze <vdr@dolze.de> | 2012-07-14 17:39:18 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2012-07-14 17:39:18 +0200 |
commit | 296d7f6785053232c21c747138c2673be19ac6bd (patch) | |
tree | 40c8364e7a8687c1a9884209d5bf999ff2cc4e86 /maps.h | |
parent | ade2efec3a2e857e56dfcd42b0068d1de3bcfae7 (diff) | |
download | vdr-plugin-xmltv2vdr-296d7f6785053232c21c747138c2673be19ac6bd.tar.gz vdr-plugin-xmltv2vdr-296d7f6785053232c21c747138c2673be19ac6bd.tar.bz2 |
Fixed bug which prevents some events to get updates
Added better handling of two titles
Diffstat (limited to 'maps.h')
-rw-r--r-- | maps.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -31,7 +31,7 @@ #define USE_AUDIO 0x200 #define USE_SEASON 0x400 #define USE_STARRATING 0x800 -#define USE_TITLE 0x1000 +//#define USE_TITLE 0x1000 #define CREDITS_ACTORS 0x100000 #define CREDITS_DIRECTORS 0x200000 @@ -40,11 +40,11 @@ #define OPT_RATING_TEXT 0x1000000 #define OPT_CATEGORIES_TEXT 0x2000000 -#define OPT_SEASON_SHORTTEXT 0x4000000 +#define OPT_SEASON_STEXTITLE 0x4000000 #define OPT_APPEND 0x40000000 #define EPLIST_USE_SEASON 0x1 -#define EPLIST_USE_TEXT 0x2 +#define EPLIST_USE_STEXTITLE 0x2 class cTEXTMapping : public cListObject { |