diff options
author | Lars Heer <l.heer@gmx.de> | 2013-09-18 05:53:27 +0200 |
---|---|---|
committer | Lars Heer <l.heer@gmx.de> | 2013-09-18 05:53:27 +0200 |
commit | d76a8ef76a6fa1edd45a1500ef0fa4fcbab7dfec (patch) | |
tree | 3f5c03446268554ec743af397350346bdd003467 | |
parent | d3dd23ff071b3f0650e28448b12c1d640f697a8c (diff) | |
download | vdr-plugin-mcli-d76a8ef76a6fa1edd45a1500ef0fa4fcbab7dfec.tar.gz vdr-plugin-mcli-d76a8ef76a6fa1edd45a1500ef0fa4fcbab7dfec.tar.bz2 |
patch cam_force.patch.txt applied
-rw-r--r-- | device.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -506,7 +506,7 @@ bool cMcliDevice::SetChannelDevice (const cChannel * Channel, bool LiveView) } else { m_disabletimeout = TEMP_DISABLE_TIMEOUT_DEFAULT; } - bool cam_force=!EITScanner.UsesDevice(this); + bool cam_force=true; if(cam_force && !CheckCAM(Channel, true)) { #ifdef DEBUG_TUNE printf("No CAM on %d available even after tried to steal one\n", CardIndex () + 1); |