From c627b7432d23db7ebe090e7a4027c0267c19434e Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Mon, 5 Sep 2011 23:32:52 +0200 Subject: Support for native recording length since VDR 1.7.21: Applying a patch provided by ROFA: As the new vdr-1.7.21 provides native interface for recording lenght, there's no need to keep the "Show duration in 'Recordings'" setting anymore - less the options the better. If users want to speed up the recordings page, they must just upgrade to vdr-1.7.21+. --- tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools.h') diff --git a/tools.h b/tools.h index 2005b0f..f283f12 100644 --- a/tools.h +++ b/tools.h @@ -24,7 +24,7 @@ std::ostream& operator<<( std::ostream& os, tChannelID const& id ) namespace vdrlive { - std::string FormatDuration( char const* format, int duration ); + std::string FormatDuration( char const* format, int hours, int minutes ); std::string FormatDateTime( char const* format, time_t time ); -- cgit v1.2.3