From 9bebbad537dfedc7d143b35d1d01dc9cc7b68b5f Mon Sep 17 00:00:00 2001 From: Jasmin Jessich Date: Sat, 17 Jun 2017 03:07:52 +0200 Subject: Added column 'Searchtimer' to the timer views - This implements the change request from ludi: http://www.vdr-portal.de/board16-video-disk-recorder/board55-vdr-plugins/p1293486-vdr-plugin-live-f%C3%BCr-vdr-2-3-x/#post1293486 He requested to see the name of the serach timer, which has created a timer. --- timers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'timers.h') diff --git a/timers.h b/timers.h index 968cd8a..5f62f76 100644 --- a/timers.h +++ b/timers.h @@ -29,6 +29,7 @@ namespace vdrlive { static std::string GetTimerDays(cTimer const& timer); static std::string GetTimerInfo(cTimer const& timer); + static std::string SearchTimerName(cTimer const& timer); private: SortedTimers(); -- cgit v1.2.3