mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 10:43:30 +01:00
Enable nullable for more files
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