Add pace=2 parameter to <IntervalsT> in ZWO file
Runs that are synced to Zwift or exported as a ZWO file appear to be missing the pace=2 parameter for intervals.
When building a running workout in TP, it is possible to select a single "active" block or have a repeating interval.
When using the single active block, the resulting ZWO file contains pace=2 inside the <SteadyState> block. This correctly tells Zwift to use % of 10k/threshold pace.
However, when creating the exact same block as an interval, the resulting ZWO creates an <IntervalsT> block and this does NOT have the pace parameter defined. As a result, pace=0 is assumed by Zwift and pace is now INCORRECTLY set to % of 1 mile pace.
I believe adding the pace=2 parameter to the <IntervalsT> block in the ZWO export would fix this issue and allow Zwift to accurately set the pace as % of threshold.