diff options
Diffstat (limited to 'xml')
-rw-r--r-- | xml/string.c | 2 | ||||
-rw-r--r-- | xml/string.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/xml/string.c b/xml/string.c index c64fbb1..76aa317 100644 --- a/xml/string.c +++ b/xml/string.c @@ -46,7 +46,7 @@ static const char *Tokens[__COUNT_TOKEN__] = { "MenuTitle", "MenuGroup", "IsMenuGroup", "MenuItem", "IsMenuItem", "MenuCurrent", "IsMenuCurrent", "MenuText", "RecordingName", "RecordingDateTime", "RecordingTitle", "RecordingShortText", "RecordingDescription", "RecordingLanguageCode", - "RecordingVideoAR", "RecordingSize", + "RecordingVideoAR", "RecordingSize", "RecordingLength", "RecordingCuttedLength", "RecordingLanguageDescription", "ButtonRed", "ButtonGreen", "ButtonYellow", "ButtonBlue", "CanScrollUp", "CanScrollDown" }; diff --git a/xml/string.h b/xml/string.h index 8b3d4a4..098e43b 100644 --- a/xml/string.h +++ b/xml/string.h @@ -151,6 +151,8 @@ enum exToken { tRecordingLanguageCode, tRecordingVideoAR, tRecordingSize, + tRecordingLength, + tRecordingCuttedLength, tRecordingLanguageDescription, // next four also in Channel and Replay display (if supported by vdr/plugin) tButtonRed, |