Browse Source

feat: show next and ffmpeg versions in troubleshooting results

pull/2970/head
Jason Dove 23 hours ago
parent
commit
e2bfed8791
No known key found for this signature in database
  1. 2
      ErsatzTV.Application/Troubleshooting/Commands/StartTroubleshootingPlaybackHandler.cs

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

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

Loading…
Cancel
Save