Merge pull request #4517 from BaronGreenback/pluginMessageFix

[Fix] Fixed Plugin versioning in browser notifications
This commit is contained in:
Bill Thornton
2020-11-24 20:35:40 -05:00
committed by GitHub
2 changed files with 21 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ namespace MediaBrowser.Common.Json
};
options.Converters.Add(new JsonGuidConverter());
options.Converters.Add(new JsonVersionConverter());
options.Converters.Add(new JsonStringEnumConverter());
options.Converters.Add(new JsonNullableStructConverterFactory());
options.Converters.Add(new JsonDateTimeIso8601Converter());