1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-05 19:29:03 +00:00

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

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));