Changed recTitle

This commit is contained in:
louis 2014-04-13 08:28:02 +02:00
parent ee4b10b89e
commit 5bac4831ec
1 changed files with 2 additions and 0 deletions

View File

@ -918,6 +918,8 @@ int cUpdate::ScanVideoDir(void) {
if (recEvent) {
eventId = recEvent->EventID();
channelId = *(recInfo->ChannelID().ToString());
if (recInfo->Title())
title = recInfo->Title();
subTitle = (recInfo->ShortText())?(recInfo->ShortText()):"";
}
}