mirror of
https://projects.vdr-developer.org/git/vdr-plugin-scraper2vdr.git
synced 2023-10-19 17:58:31 +02:00
Changed recTitle
This commit is contained in:
parent
ee4b10b89e
commit
5bac4831ec
2
update.c
2
update.c
@ -918,6 +918,8 @@ int cUpdate::ScanVideoDir(void) {
|
|||||||
if (recEvent) {
|
if (recEvent) {
|
||||||
eventId = recEvent->EventID();
|
eventId = recEvent->EventID();
|
||||||
channelId = *(recInfo->ChannelID().ToString());
|
channelId = *(recInfo->ChannelID().ToString());
|
||||||
|
if (recInfo->Title())
|
||||||
|
title = recInfo->Title();
|
||||||
subTitle = (recInfo->ShortText())?(recInfo->ShortText()):"";
|
subTitle = (recInfo->ShortText())?(recInfo->ShortText()):"";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user