Added a release notes page, you can access via Admin>Updates>Recent Changes tab. Note to self, need to put better comments in for users to understand!

This commit is contained in:
Jamie.Rees 2017-03-13 12:28:36 +00:00
parent 14ac399886
commit 2804191781
14 changed files with 451 additions and 70 deletions

View file

@ -51,6 +51,7 @@ namespace Ombi.UI.NinjectModules
Bind<IRadarrApi>().To<RadarrApi>();
Bind<ITraktApi>().To<TraktApi>();
Bind<IEmbyApi>().To<EmbyApi>();
Bind<IAppveyorApi>().To<AppveyorApi>();
}
}
}