diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-08-25 01:24:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-25 01:24:44 -0400 |
| commit | 168ae3a531e7b62788e152e8cbe0361d77be80d6 (patch) | |
| tree | 2258b303ab23db99fecdf9248993b6e62a138818 /MediaBrowser.Server.Startup.Common/ApplicationHost.cs | |
| parent | 4784b7cc0ebcdeca83f52c3eb9d3d4290b5a2745 (diff) | |
| parent | 29d0b21a789cc72c4858dfa3009a4d27ecb5691b (diff) | |
Merge pull request #2098 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 75f2d2427..9c5015b0e 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 CollectionGroupingMigration(ServerConfigurationManager, UserManager), new CollectionsViewMigration(ServerConfigurationManager, UserManager) }; |
