diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2020-05-15 22:04:23 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-15 22:04:23 +0300 |
| commit | d21feb2b188b0b317f0d12ff2aea9f48f4a4c2e0 (patch) | |
| tree | f4cc08dd0f8f19dbd003a4814fb496b061d2ec32 /Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs | |
| parent | 18953d95e6692290bf56547d4c9614790687654c (diff) | |
| parent | 79dee27299bda60f67e98eda8c309b1f25e0893b (diff) | |
Merge pull request #2970 from barronpm/activitydb-efcore
Migrate Activity Database to Entity Framework Core
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; |
