Fix null reference when saving plugin configuration

This commit is contained in:
crobibero 2020-11-18 09:29:18 -07:00
parent fbcf3b750d
commit d608ab8042
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ namespace MediaBrowser.Common.Plugins
SaveConfiguration();
ConfigurationChanged.Invoke(this, configuration);
ConfigurationChanged?.Invoke(this, configuration);
}
/// <inheritdoc />