Browse Source

feat: show next and ffmpeg versions in troubleshooting results (#2970)

main
Jason Dove 1 day ago committed by GitHub
parent
commit
b5fd035bad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      ErsatzTV.Application/Troubleshooting/Commands/StartTroubleshootingPlaybackHandler.cs

2
ErsatzTV.Application/Troubleshooting/Commands/StartTroubleshootingPlaybackHandler.cs

@ -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,

Loading…
Cancel
Save