mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 03:38:31 +00:00
animebytes: change release title structure for movies
This commit is contained in:
parent
8317ad55d6
commit
27775680d6
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ namespace Jackett.Common.Indexers
|
||||||
foreach (var title in synonyms)
|
foreach (var title in synonyms)
|
||||||
{
|
{
|
||||||
var releaseTitle = groupName == "Movie" || groupName == "Live Action Movie" ?
|
var releaseTitle = groupName == "Movie" || groupName == "Live Action Movie" ?
|
||||||
$"{title} {year} {releaseGroup}{infoString}" :
|
$"{releaseGroup}{title} {year} {infoString}" :
|
||||||
$"{releaseGroup}{title} {releaseInfo} {infoString}";
|
$"{releaseGroup}{title} {releaseInfo} {infoString}";
|
||||||
|
|
||||||
var guid = new Uri(details + "&nh=" + StringUtil.Hash(title));
|
var guid = new Uri(details + "&nh=" + StringUtil.Hash(title));
|
||||||
|
|
Loading…
Add table
Reference in a new issue