mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 18:53:27 +01:00
Merge pull request #10056 from Bond-009/nullable2
This commit is contained in:
@@ -677,7 +677,7 @@ namespace Emby.Server.Implementations.Plugins
|
||||
}
|
||||
catch (JsonException ex)
|
||||
{
|
||||
_logger.LogError(ex, "Error deserializing {Json}.", Encoding.UTF8.GetString(data!));
|
||||
_logger.LogError(ex, "Error deserializing {Json}.", Encoding.UTF8.GetString(data));
|
||||
}
|
||||
|
||||
if (manifest is not null)
|
||||
|
||||
Reference in New Issue
Block a user