Enable nullable for more files

This commit is contained in:
Bond_009
2023-07-29 21:35:38 +02:00
parent 148c86ee0d
commit 5677566a41
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)