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)