mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02: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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user