diff options
| author | Cody Robibero <cody@robibe.ro> | 2021-12-11 12:04:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-11 12:04:58 -0700 |
| commit | 4d1b8246513b352d65d4db6afcb97ae1e984c760 (patch) | |
| tree | cd7a3fe42e3ace4cfe0aa3268f5dcee29f855e43 /Jellyfin.Networking/Configuration/NetworkConfigurationFactory.cs | |
| parent | fbc79cb4cee4fec27fd440127469f6dcdc1bc7c2 (diff) | |
| parent | a87b87825dac31f3739a8dc0254548c3e81a241e (diff) | |
Merge pull request #6902 from cvium/migrate_networkconfig
Migrate network configuration safely
Diffstat (limited to 'Jellyfin.Networking/Configuration/NetworkConfigurationFactory.cs')
| -rw-r--r-- | Jellyfin.Networking/Configuration/NetworkConfigurationFactory.cs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Jellyfin.Networking/Configuration/NetworkConfigurationFactory.cs b/Jellyfin.Networking/Configuration/NetworkConfigurationFactory.cs index ac0485d87..14726565a 100644 --- a/Jellyfin.Networking/Configuration/NetworkConfigurationFactory.cs +++ b/Jellyfin.Networking/Configuration/NetworkConfigurationFactory.cs @@ -16,11 +16,7 @@ namespace Jellyfin.Networking.Configuration { return new[] { - new ConfigurationStore - { - Key = "network", - ConfigurationType = typeof(NetworkConfiguration) - } + new NetworkConfigurationStore() }; } } |
