Merge pull request #10056 from Bond-009/nullable2

This commit is contained in:
Bond-009
2023-09-12 11:09:20 +02:00
committed by GitHub
10 changed files with 161 additions and 190 deletions

View File

@@ -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)