1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-09 13:52:03 +00:00

ThePirateBay: drop author

Author is used for music media results and is NOT the name of the torrent uploader.
This commit is contained in:
Garfield69 2020-09-27 14:33:29 +13:00
parent 973aca3646
commit 33486f9b0d

View file

@ -17,9 +17,6 @@ using NLog;
namespace Jackett.Common.Indexers
{
/// <summary>
/// The Pirate Bay via API.
/// </summary>
[ExcludeFromCodeCoverage]
public class ThePirateBay : BaseWebIndexer
{
@ -229,7 +226,6 @@ namespace Jackett.Common.Indexers
Peers = item.Seeders + item.Leechers,
Size = item.Size,
Files = item.NumFiles,
Author = item.Username,
DownloadVolumeFactor = 0,
UploadVolumeFactor = 1,
Imdb = string.IsNullOrEmpty(item.Imdb)