mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-25 22:30:51 +02:00
Fixed: (AnimeBytes) Change release title structure for movies
This commit is contained in:
parent
065fbb30bf
commit
40f4e1b82a
1 changed files with 1 additions and 1 deletions
|
|
@ -516,7 +516,7 @@ public IList<ReleaseInfo> ParseResponse(IndexerResponse indexerResponse)
|
|||
foreach (var title in synonyms)
|
||||
{
|
||||
var releaseTitle = groupName is "Movie" or "Live Action Movie" ?
|
||||
$"{title} {year} {releaseGroup}{infoString}" :
|
||||
$"{releaseGroup}{title} {year} {infoString}" :
|
||||
$"{releaseGroup}{title} {releaseInfo} {infoString}";
|
||||
|
||||
var guid = new Uri(details + "?nh=" + HashUtil.CalculateMd5(title));
|
||||
|
|
|
|||
Loading…
Reference in a new issue