diff --git a/rowers/tasks.py b/rowers/tasks.py index e840d397..265f3fd9 100644 --- a/rowers/tasks.py +++ b/rowers/tasks.py @@ -3608,6 +3608,8 @@ def handle_intervals_updateworkout(workout, debug=False, **kwargs): else: jsondict['sub_type'] = "NONE" + jsondict['name'] = workout.name + if workout.rpe is not None and workout.rpe > 0: jsondict['icu_rpe'] = workout.rpe jsondict['commute'] = workout.is_commute