Merge pull request #4509 from crobibero/plugin-save-null-ref
Fix null reference when saving plugin configuration
This commit is contained in:
commit
49ebbcf87e
|
@ -276,7 +276,7 @@ namespace MediaBrowser.Common.Plugins
|
|||
|
||||
SaveConfiguration();
|
||||
|
||||
ConfigurationChanged.Invoke(this, configuration);
|
||||
ConfigurationChanged?.Invoke(this, configuration);
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
|
Loading…
Reference in New Issue
Block a user