diff options
author | Johann Friedrichs <johann.friedrichs@web.de> | 2017-07-11 08:35:04 +0200 |
---|---|---|
committer | Frank Neumann <fnu@yavdr.org> | 2017-07-11 08:35:04 +0200 |
commit | 04124ba1ebae36f15eafe95cd23bbb8e220a8e8a (patch) | |
tree | 2cfe1873c29382ed79feaf49eb81a3897ae12860 /menu_whatson.h | |
parent | ceb158e1bd9df3cc0c6f9243856faac6f735ffb8 (diff) | |
download | vdr-plugin-epgsearch-04124ba1ebae36f15eafe95cd23bbb8e220a8e8a.tar.gz vdr-plugin-epgsearch-04124ba1ebae36f15eafe95cd23bbb8e220a8e8a.tar.bz2 |
Add conflict check for remote timers.
Diffstat (limited to 'menu_whatson.h')
-rw-r--r-- | menu_whatson.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/menu_whatson.h b/menu_whatson.h index 65a2b73..225056c 100644 --- a/menu_whatson.h +++ b/menu_whatson.h @@ -36,6 +36,7 @@ public: const cChannel *channel; showMode mode; eTimerMatch timerMatch; + bool isRemote; bool inSwitchList; cMenuTemplate* menuTemplate; |