mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix log message
This commit is contained in:
parent
ec35b8b425
commit
8dc0911374
@ -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: {@Json}", json);
|
||||
var clone = JsonSerializer.Deserialize<MediaSourceInfo>(json, _jsonOptions);
|
||||
|
||||
if (!request.UserId.Equals(Guid.Empty))
|
||||
|
Loading…
x
Reference in New Issue
Block a user