mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
CRecordInstance::GetRecordString(): Fix calculation of duration
- Use locales for time string
- Show recording duration right aligned in stop menu
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0ce25a86d5
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-07-03 (Wed, 03 Jul 2013)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -120,7 +120,7 @@ class CRecordInstance
|
||||
t_channel_id GetChannelId(void) { return channel_id; };
|
||||
std::string GetEpgTitle(void) { return epgTitle; };
|
||||
MI_MOVIE_INFO * GetMovieInfo(void) { return recMovieInfo; };
|
||||
void GetRecordString(std::string& str);
|
||||
void GetRecordString(std::string& str, std::string &dur);
|
||||
const char * GetFileName() { return filename; };
|
||||
bool Timeshift() { return autoshift; };
|
||||
int tshift_mode;
|
||||
|
Reference in New Issue
Block a user