Browse Source

log remote stream scripts (#2572)

pull/2573/head
Jason Dove 2 months ago committed by GitHub
parent
commit
b1fbf651a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      ErsatzTV/Controllers/InternalController.cs

2
ErsatzTV/Controllers/InternalController.cs

@ -62,6 +62,8 @@ public class InternalController : StreamingControllerBase @@ -62,6 +62,8 @@ public class InternalController : StreamingControllerBase
string[] split = remoteStream.Script.Split(" ");
if (split.Length > 0)
{
_logger.LogDebug("Remote stream script: {Arguments}", split.ToList());
Command command = Cli.Wrap(split.Head());
if (split.Length > 1)
{

Loading…
Cancel
Save