Merge pull request #6526 from jellyfin/Bond-009-patch-2
This commit is contained in:
commit
9c628cad22
|
@ -521,7 +521,7 @@ namespace Emby.Server.Implementations.Library
|
|||
|
||||
// TODO: @bond Fix
|
||||
var json = JsonSerializer.SerializeToUtf8Bytes(mediaSource, _jsonOptions);
|
||||
_logger.LogInformation("Live stream opened: " + json);
|
||||
_logger.LogInformation("Live stream opened: {@MediaSource}", mediaSource);
|
||||
var clone = JsonSerializer.Deserialize<MediaSourceInfo>(json, _jsonOptions);
|
||||
|
||||
if (!request.UserId.Equals(Guid.Empty))
|
||||
|
|
Loading…
Reference in New Issue
Block a user