mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
shizaproject: fix build with warnings
This commit is contained in:
@@ -75,7 +75,7 @@ namespace Jackett.Common.Indexers
|
||||
IsConfigured = true;
|
||||
SaveConfig();
|
||||
|
||||
return IndexerConfigurationStatus.Completed;
|
||||
return await Task.FromResult(IndexerConfigurationStatus.Completed);
|
||||
}
|
||||
|
||||
protected override async Task<IEnumerable<ReleaseInfo>> PerformQuery(TorznabQuery query)
|
||||
|
Reference in New Issue
Block a user