diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-13 12:52:27 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-13 12:52:27 -0400 |
| commit | 21c9f6e75eed6f5fb653a52ecbe3bea24146e2f1 (patch) | |
| tree | 6717a3c91e3d7e245e524fb3b4d9863adcad7a42 /MediaBrowser.Server.Startup.Common/ApplicationHost.cs | |
| parent | 61e6dd9b2f2cc17e8be9208070ff3e613d0e69ab (diff) | |
update chapters
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/ApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index f24a3541b..0f01e8aea 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -351,11 +351,7 @@ namespace MediaBrowser.Server.Startup.Common { var migrations = new List<IVersionMigration> { - new MigrateUserFolders(ApplicationPaths, FileSystemManager), - new RenameXbmcOptions(ServerConfigurationManager), - new RenameXmlOptions(ServerConfigurationManager), - new DeprecatePlugins(ApplicationPaths, FileSystemManager), - new DeleteDlnaProfiles(ApplicationPaths, FileSystemManager) + new RenameXmlOptions(ServerConfigurationManager) }; foreach (var task in migrations) |
