Got mal import button to popup
This commit is contained in:
parent
7fd74f59ad
commit
47d2e2698d
|
@ -12,7 +12,7 @@ namespace NzbDrone.Core.ImportLists.MyAnimeList
|
||||||
{
|
{
|
||||||
public override string Name => "MyAnimeList";
|
public override string Name => "MyAnimeList";
|
||||||
public override ImportListType ListType => ImportListType.Other;
|
public override ImportListType ListType => ImportListType.Other;
|
||||||
public override TimeSpan MinRefreshInterval => throw new NotImplementedException();
|
public override TimeSpan MinRefreshInterval => TimeSpan.FromSeconds(10); // change this later
|
||||||
|
|
||||||
// This constructor the first thing that is called when sonarr creates a button
|
// This constructor the first thing that is called when sonarr creates a button
|
||||||
public MalImport(IHttpClient httpClient, IImportListStatusService importListStatusService, IConfigService configService, IParsingService parsingService, Logger logger)
|
public MalImport(IHttpClient httpClient, IImportListStatusService importListStatusService, IConfigService configService, IParsingService parsingService, Logger logger)
|
||||||
|
|
Loading…
Reference in New Issue