diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2021-09-01 09:28:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-01 09:28:19 +0200 |
| commit | 4cd372109dbc740e7e97719b44dec114524e54b5 (patch) | |
| tree | 1b6307b17f9536bf7468232c788fdb5704907743 /MediaBrowser.XbmcMetadata/Configuration/NfoConfigurationFactory.cs | |
| parent | 501c7a639fd0c799edbc583fa7afe0fdc876b7e2 (diff) | |
| parent | 645825db36f2de9771aa5d0ebcdab25855d18b5d (diff) | |
Merge pull request #6473 from Bond-009/nullable7
Enable nullable for more files
Diffstat (limited to 'MediaBrowser.XbmcMetadata/Configuration/NfoConfigurationFactory.cs')
| -rw-r--r-- | MediaBrowser.XbmcMetadata/Configuration/NfoConfigurationFactory.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.XbmcMetadata/Configuration/NfoConfigurationFactory.cs b/MediaBrowser.XbmcMetadata/Configuration/NfoConfigurationFactory.cs index 8325bfdbd..c73989e76 100644 --- a/MediaBrowser.XbmcMetadata/Configuration/NfoConfigurationFactory.cs +++ b/MediaBrowser.XbmcMetadata/Configuration/NfoConfigurationFactory.cs @@ -15,8 +15,8 @@ namespace MediaBrowser.XbmcMetadata.Configuration { new ConfigurationStore { - ConfigurationType = typeof(XbmcMetadataOptions), - Key = "xbmcmetadata" + ConfigurationType = typeof(XbmcMetadataOptions), + Key = "xbmcmetadata" } }; } |
