mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
Fix it for real(tm) this time
This commit is contained in:
@@ -521,7 +521,7 @@ namespace Emby.Server.Implementations.Library
|
|||||||
|
|
||||||
// TODO: @bond Fix
|
// TODO: @bond Fix
|
||||||
var json = JsonSerializer.SerializeToUtf8Bytes(mediaSource, _jsonOptions);
|
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);
|
var clone = JsonSerializer.Deserialize<MediaSourceInfo>(json, _jsonOptions);
|
||||||
|
|
||||||
if (!request.UserId.Equals(Guid.Empty))
|
if (!request.UserId.Equals(Guid.Empty))
|
||||||
|
|||||||
Reference in New Issue
Block a user