Clear transport sub-state at RangeStop, disable play-range

This commit is contained in:
Robin Gareus
2023-06-08 18:06:28 +02:00
parent cd2d0448a9
commit 6aa2ad26b5

View File

@@ -1020,7 +1020,7 @@ Session::process_event (SessionEvent* ev)
case SessionEvent::RangeStop:
// cerr << "RANGE STOP\n";
TFSM_STOP (ev->yes_or_no, false);
TFSM_STOP (ev->yes_or_no, true);
remove = false;
del = false;
break;