mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Support Indexer Grab Redirects
This commit is contained in:
@@ -112,6 +112,8 @@ namespace NzbDrone.Core.History
|
||||
|
||||
history.Data.Add("Successful", message.Successful.ToString());
|
||||
history.Data.Add("Source", message.Source ?? string.Empty);
|
||||
history.Data.Add("GrabMethod", message.Redirect ? "Proxy" : "Redirect");
|
||||
history.Data.Add("Title", message.Title);
|
||||
|
||||
_historyRepository.Insert(history);
|
||||
}
|
||||
|
Reference in New Issue
Block a user