diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-01-12 00:11:07 -0500 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2016-01-12 00:11:07 -0500 |
| commit | f6d74d9a0e362e01c07dd3721dcea1e6efd0c5e5 (patch) | |
| tree | 98ff482385696da904f0d062f84eea47fdb01f64 /MediaBrowser.Server.Startup.Common/ApplicationHost.cs | |
| parent | f58c61b11fb2cedb30bd1d469a29df61ded1004b (diff) | |
| parent | c18b472e37659bfb9cc87ec0fe1eab086e8cfaba (diff) | |
Merge pull request #1398 from softworkz/OmdbEpisodeProvider
Extended OmdbItemProvider to support series episodes
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/ApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index d1c920f8a..b6995d04b 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -370,6 +370,7 @@ namespace MediaBrowser.Server.Startup.Common { var migrations = new List<IVersionMigration> { + new OmdbEpisodeProviderMigration(ServerConfigurationManager), new DbMigration(ServerConfigurationManager, TaskManager) }; |
