Skip to content

Commit

Permalink
Common: change default tracksExtra converter to 001 to 002 (#9079)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobrigk authored Dec 20, 2024
1 parent 62e8fc9 commit 5ec7118
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ struct TracksExtraV002Converter {
track1.trackTimeRes());
}
}
PROCESS_SWITCH(TracksExtraV002Converter, processV001ToV002, "process v001-to-v002 conversion", false);
PROCESS_SWITCH(TracksExtraV002Converter, processV001ToV002, "process v001-to-v002 conversion", true);
};

/// Spawn the extended table for TracksExtra002 to avoid the call to the internal spawner and a consequent circular dependency
Expand Down

0 comments on commit 5ec7118

Please sign in to comment.