mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
Fix Request SearchCriteria Logging
This commit is contained in:
@@ -20,5 +20,10 @@ namespace NzbDrone.Core.IndexerSearch.Definitions
|
||||
public int? Limit { get; set; }
|
||||
public int? Offset { get; set; }
|
||||
public string Source { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"{{Term: {SearchTerm}, Offset: {Offset ?? 0}, Limit: {Limit ?? 0}, Categories: [{string.Join(", ", Categories)}]}}";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user