diff --git a/HISTORY b/HISTORY index 721f90a6..c95dc404 100644 --- a/HISTORY +++ b/HISTORY @@ -10134,3 +10134,4 @@ Video Disk Recorder Revision History by Stefan Hofmann). - Fixed updating the index when cutting a recording again (thanks to Matthias Senzel). - Speeded up determining the timer status of events in the Schedules menus. +- Fixed Channel+/Channel- keys stopping replay of a recording. diff --git a/vdr.c b/vdr.c index 7c24c7b3..6229e8ee 100644 --- a/vdr.c +++ b/vdr.c @@ -22,7 +22,7 @@ * * The project's page is at https://www.tvdr.de * - * $Id: vdr.c 5.18 2024/12/02 12:40:56 kls Exp $ + * $Id: vdr.c 5.19 2025/06/20 13:44:13 kls Exp $ */ #include @@ -1313,7 +1313,7 @@ int main(int argc, char *argv[]) Interact->ProcessKey(key); continue; } - else + else if (!cDevice::PrimaryDevice()->Replaying() || cDevice::PrimaryDevice()->Transferring()) cDevice::SwitchChannel(NORMALKEY(key) == kChanUp ? 1 : -1); break; // Volume control: