mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Returned missing Graphics, CSS and JavaScript files.
Settings Sub-menu updated to include Quality link. Quality config page started.
This commit is contained in:
parent
3b63cfb5d2
commit
9f0e512f5f
71 changed files with 1708 additions and 49 deletions
|
@ -59,6 +59,7 @@ namespace NzbDrone.Core
|
|||
_kernel.Bind<IDownloadProvider>().To<SabProvider>();
|
||||
_kernel.Bind<IHttpProvider>().To<HttpProvider>();
|
||||
_kernel.Bind<IHistoryProvider>().To<HistoryProvider>();
|
||||
_kernel.Bind<IQualityProvider>().To<QualityProvider>();
|
||||
_kernel.Bind<IConfigProvider>().To<ConfigProvider>().InSingletonScope();
|
||||
_kernel.Bind<ISyncProvider>().To<SyncProvider>().InSingletonScope();
|
||||
_kernel.Bind<IRssProvider>().To<RssProvider>().InSingletonScope();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue