infoviewer: copy also time info

Origin commit data
------------------
Branch: ni/coolstream
Commit: c09482bbcf
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-04-07 (Sun, 07 Apr 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2019-04-07 23:45:36 +02:00
committed by vanhofen
parent 85a1c2974d
commit 10f61eea37

View File

@@ -1665,6 +1665,10 @@ void copy_info(CSectionsdClient::CurrentNextInfo *_info, CSectionsdClient::Curre
_oldinfo->next_uniqueKey = _info->next_uniqueKey;
_oldinfo->next_name = _info->next_name;
_oldinfo->flags = _info->flags;
_oldinfo->current_zeit.startzeit = _info->current_zeit.startzeit;
_oldinfo->current_zeit.dauer = _info->current_zeit.dauer;
_oldinfo->next_zeit.startzeit = _info->next_zeit.startzeit;
_oldinfo->next_zeit.dauer = _info->next_zeit.dauer;
}
void CInfoViewer::getEPG(const t_channel_id for_channel_id, CSectionsdClient::CurrentNextInfo &info)