mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
Merge branch 'ni/tuxbox' into ni/mp/tuxbox
Conflicts:
src/neutrino.cpp
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4b76adcc02
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-05-08 (Mon, 08 May 2017)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1440,7 +1440,7 @@ void CEpgData::GetEPGData(const t_channel_id channel_id, uint64_t id, time_t* st
|
||||
char temp[20]={0};
|
||||
strftime( temp, sizeof(temp),"%d.%m.%Y", pStartZeit);
|
||||
epg_date = g_Locale->getText(CLocaleManager::getWeekday(pStartZeit));
|
||||
epg_date += ".";
|
||||
epg_date += ", "; //NI
|
||||
epg_date += temp;
|
||||
strftime( temp, sizeof(temp), "%H:%M", pStartZeit);
|
||||
epg_start= temp;
|
||||
|
Reference in New Issue
Block a user