shizaproject: fix build with warnings

This commit is contained in:
Bogdan
2023-10-15 23:22:09 +03:00
parent 1d54a9c3be
commit ad1a518a77

View File

@@ -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)