Bläddra i källkod

Fix it for real(tm) this time

Bond-009 3 år sedan
förälder
incheckning
71ab4a5754
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Emby.Server.Implementations/Library/MediaSourceManager.cs

+ 1 - 1
Emby.Server.Implementations/Library/MediaSourceManager.cs

@@ -521,7 +521,7 @@ namespace Emby.Server.Implementations.Library
 
             // TODO: @bond Fix
             var json = JsonSerializer.SerializeToUtf8Bytes(mediaSource, _jsonOptions);
-            _logger.LogInformation("Live stream opened: {@Json}", json);
+            _logger.LogInformation("Live stream opened: {@MediaSource}", mediaSource);
             var clone = JsonSerializer.Deserialize<MediaSourceInfo>(json, _jsonOptions);
 
             if (!request.UserId.Equals(Guid.Empty))