mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
TorrentBytes: Remove trailing whitespace (#6663)
This commit is contained in:

committed by
garfield69

parent
e0161487fd
commit
cf1f70d581
@@ -161,7 +161,7 @@ namespace Jackett.Common.Indexers
|
||||
// There isn't a title attribute if the release name isn't truncated.
|
||||
if (string.IsNullOrWhiteSpace(release.Title))
|
||||
{
|
||||
release.Title = link.Get(0).FirstChild.ToString();
|
||||
release.Title = link.Get(0).FirstChild.ToString().Trim();
|
||||
}
|
||||
|
||||
release.Description = release.Title;
|
||||
|
Reference in New Issue
Block a user