mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Fix null reference when saving plugin configuration
This commit is contained in:
parent
fbcf3b750d
commit
d608ab8042
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ namespace MediaBrowser.Common.Plugins
|
|||
|
||||
SaveConfiguration();
|
||||
|
||||
ConfigurationChanged.Invoke(this, configuration);
|
||||
ConfigurationChanged?.Invoke(this, configuration);
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue