mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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();
|
SaveConfiguration();
|
||||||
|
|
||||||
ConfigurationChanged.Invoke(this, configuration);
|
ConfigurationChanged?.Invoke(this, configuration);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user