Skip to content

Commit

Permalink
fix: fast forward compact when prepare base requested
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Feb 19, 2024
1 parent d0f44c0 commit 8973021
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Ravada/Request.pm
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,8 @@ sub _validate_compact($self) {
if ( !$id || ( $req_spinoff && $req_spinoff->id > $id) ) {
$id = $req_spinoff->id;
}
$req_compact->at(0) if $req_compact;
$req_spinoff->at(0) if $req_spinoff;

$self->after_request($id) if $id;

Expand Down

0 comments on commit 8973021

Please sign in to comment.