diff options
| author | Patrick Barron <barronpm@gmail.com> | 2020-05-14 17:13:45 -0400 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2020-05-14 17:13:45 -0400 |
| commit | b94afc597c4d51f67552c9ba2c25bdb8df6d8599 (patch) | |
| tree | 797ec581adbde8cf12e68d514fb2db631dcee599 /Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs | |
| parent | 992574291821ba417ac624aeb0bf0022159b5c30 (diff) | |
Address review comments
Diffstat (limited to 'Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs b/Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs index a6eaf2d0a..305e67e8c 100644 --- a/Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs +++ b/Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs @@ -193,12 +193,6 @@ namespace Emby.Server.Implementations.Configuration changed = true; } - if (!config.CameraUploadUpgraded) - { - config.CameraUploadUpgraded = true; - changed = true; - } - if (!config.CollectionsUpgraded) { config.CollectionsUpgraded = true; |
