diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-08-24 11:49:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-24 11:49:22 -0400 |
| commit | 20c400fee3c55b64ff8b71b166b8a249d5c25301 (patch) | |
| tree | 44409ac47142998dd8866bc580d5594846dca72b /MediaBrowser.Server.Startup.Common/ApplicationHost.cs | |
| parent | f4bc4f473ac8567df5473443d7453c8afa34bdf5 (diff) | |
| parent | e03ead01aea85fdc2ace162ab4daa94248ec6909 (diff) | |
Merge pull request #2095 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/ApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index 8516e54ee..75f2d2427 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -386,7 +386,6 @@ namespace MediaBrowser.Server.Startup.Common new MovieDbEpisodeProviderMigration(ServerConfigurationManager), new DbMigration(ServerConfigurationManager, TaskManager), new UpdateLevelMigration(ServerConfigurationManager, this, HttpClient, JsonSerializer, _releaseAssetFilename), - new FolderViewSettingMigration(ServerConfigurationManager, UserManager), new CollectionGroupingMigration(ServerConfigurationManager, UserManager), new CollectionsViewMigration(ServerConfigurationManager, UserManager) }; |
