|
|
|
@ -59,6 +59,8 @@ public class StartTroubleshootingPlaybackHandler( |
|
|
|
new |
|
|
|
new |
|
|
|
{ |
|
|
|
{ |
|
|
|
request.TroubleshootingInfo.Version, |
|
|
|
request.TroubleshootingInfo.Version, |
|
|
|
|
|
|
|
request.TroubleshootingInfo.NextVersion, |
|
|
|
|
|
|
|
request.TroubleshootingInfo.FFmpegVersion, |
|
|
|
Environment = request.TroubleshootingInfo.Environment.OrderBy(x => x.Key) |
|
|
|
Environment = request.TroubleshootingInfo.Environment.OrderBy(x => x.Key) |
|
|
|
.ToDictionary(x => x.Key, x => x.Value), |
|
|
|
.ToDictionary(x => x.Key, x => x.Value), |
|
|
|
request.TroubleshootingInfo.Health, |
|
|
|
request.TroubleshootingInfo.Health, |
|
|
|
|