1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

Basis of UI Update.

This commit is contained in:
Leonardo Galli
2017-01-21 21:28:14 +01:00
parent 2c52795822
commit 463d85e479
38 changed files with 1177 additions and 237 deletions
@@ -5,7 +5,7 @@ namespace NzbDrone.Api.NetImport
public class NetImportModule : ProviderModuleBase<NetImportResource, INetImport, NetImportDefinition>
{
public NetImportModule(NetImportFactory indexerFactory)
: base(indexerFactory, "indexer")
: base(indexerFactory, "netimport")
{
}