mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed stopping an ongoing recording on a system with bonded devices, if a timer with a higher priority requires a different band
This commit is contained in:
parent
a8ae0d2f7c
commit
cee221e843
2
HISTORY
2
HISTORY
@ -7744,3 +7744,5 @@ Video Disk Recorder Revision History
|
|||||||
empty to use the default values if only ENC shall be set.
|
empty to use the default values if only ENC shall be set.
|
||||||
- Fixed a possible "Channel not available" if a recording starts on a system with
|
- Fixed a possible "Channel not available" if a recording starts on a system with
|
||||||
bonded devices (thanks to Siegfried Bosch).
|
bonded devices (thanks to Siegfried Bosch).
|
||||||
|
- Fixed stopping an ongoing recording on a system with bonded devices, if a timer with
|
||||||
|
a higher priority requires a different band.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: dvbdevice.c 2.85 2013/03/12 10:08:34 kls Exp $
|
* $Id: dvbdevice.c 2.86 2013/03/12 11:43:29 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "dvbdevice.h"
|
#include "dvbdevice.h"
|
||||||
@ -1494,7 +1494,7 @@ bool cDvbDevice::ProvidesChannel(const cChannel *Channel, int Priority, bool *Ne
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
needsDetachBondedReceivers = true;
|
needsDetachBondedReceivers = true;
|
||||||
needsDetachReceivers = Receiving();
|
needsDetachReceivers = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user