1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-23 23:00:51 +00:00

NCore: fix title generation (#3270)

This commit is contained in:
morpheus133 2018-06-22 16:12:22 +02:00 committed by kaso17
parent 8bc5d813b7
commit 11c7015c17

View file

@ -227,8 +227,7 @@ namespace Jackett.Common.Indexers
description = release.Description.Split('[');
description[1] = "[" + description[1];
}
else
release.Title = (description[0].Trim() + "." + seasonep.Trim() + "." + releasedata.Trim('.')).Replace(' ', '.');
// if search is done for S0X than we dont want to put . between S0X and E0X