mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
Add year to releases for AnimeBytes
This commit is contained in:
parent
29f1c36f54
commit
30eb481c65
1 changed files with 2 additions and 0 deletions
|
@ -555,6 +555,7 @@ namespace NzbDrone.Core.Indexers.Definitions
|
|||
MinimumRatio = 1,
|
||||
MinimumSeedTime = minimumSeedTime,
|
||||
Title = fileName,
|
||||
Year = year.GetValueOrDefault(),
|
||||
InfoUrl = details.AbsoluteUri,
|
||||
Guid = guid.AbsoluteUri,
|
||||
DownloadUrl = link.AbsoluteUri,
|
||||
|
@ -587,6 +588,7 @@ namespace NzbDrone.Core.Indexers.Definitions
|
|||
MinimumRatio = 1,
|
||||
MinimumSeedTime = minimumSeedTime,
|
||||
Title = releaseTitle.Trim(),
|
||||
Year = year.GetValueOrDefault(),
|
||||
InfoUrl = details.AbsoluteUri,
|
||||
Guid = guid.AbsoluteUri,
|
||||
DownloadUrl = link.AbsoluteUri,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue