diff options
Diffstat (limited to 'remote.c')
-rw-r--r-- | remote.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,9 +29,11 @@ bool cMyRemote::Initialize(void) bool cMyRemote::Put(uint64 Code, bool Repeat, bool Release) { +#if VDRVERSNUM >= 10347 if ((cRemote::IsLearning()) && (Release)) return false; else +#endif return cRemote::Put(Code, Repeat ,Release); } |