mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
Use album year in Redacted/Orpheus
This commit is contained in:
parent
c690e9a50a
commit
c107011659
2 changed files with 2 additions and 0 deletions
|
@ -289,6 +289,7 @@ namespace NzbDrone.Core.Indexers.Definitions
|
|||
Title = WebUtility.HtmlDecode(title),
|
||||
Artist = WebUtility.HtmlDecode(result.Artist),
|
||||
Album = WebUtility.HtmlDecode(result.GroupName),
|
||||
Year = int.Parse(result.GroupYear),
|
||||
Container = torrent.Encoding,
|
||||
Codec = torrent.Format,
|
||||
Size = long.Parse(torrent.Size),
|
||||
|
|
|
@ -255,6 +255,7 @@ namespace NzbDrone.Core.Indexers.Definitions
|
|||
Title = WebUtility.HtmlDecode(title),
|
||||
Artist = WebUtility.HtmlDecode(result.Artist),
|
||||
Album = WebUtility.HtmlDecode(result.GroupName),
|
||||
Year = int.Parse(result.GroupYear),
|
||||
Container = torrent.Encoding,
|
||||
Codec = torrent.Format,
|
||||
Size = long.Parse(torrent.Size),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue