animebytes: change release title structure for movies

This commit is contained in:
Bogdan 2023-04-12 04:04:44 +03:00
parent 8317ad55d6
commit 27775680d6
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@ namespace Jackett.Common.Indexers
foreach (var title in synonyms)
{
var releaseTitle = groupName == "Movie" || groupName == "Live Action Movie" ?
$"{title} {year} {releaseGroup}{infoString}" :
$"{releaseGroup}{title} {year} {infoString}" :
$"{releaseGroup}{title} {releaseInfo} {infoString}";
var guid = new Uri(details + "&nh=" + StringUtil.Hash(title));