mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 13:01:48 +00:00
Improved favorites menu with whats on now / next and up to four user defined times
This commit is contained in:
@@ -55,6 +55,8 @@ public:
|
||||
cRecording **SearchForRecordings(std::string searchString, int &numResults);
|
||||
const cEvent **LoadReruns(const cEvent *event, int &numResults);
|
||||
void GetFavorites(std::vector<cTVGuideSearchTimer> *favorites);
|
||||
const cEvent **WhatsOnNow(bool nowOrNext, int &numResults);
|
||||
const cEvent **UserDefinedTime(int userTime, int &numResults);
|
||||
virtual ~cRecManager (void);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user