summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--update.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/update.c b/update.c
index 186e266..60777e1 100644
--- a/update.c
+++ b/update.c
@@ -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()):"";
}
}