diff options
-rw-r--r-- | update.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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()):""; } } |