Use album year in Redacted/Orpheus

pull/1934/head
Bogdan 6 months ago
parent c690e9a50a
commit c107011659

@ -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…
Cancel
Save