mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 21:54:51 +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:
parent
973aca3646
commit
33486f9b0d
1 changed files with 0 additions and 4 deletions
|
@ -17,9 +17,6 @@ using NLog;
|
||||||
|
|
||||||
namespace Jackett.Common.Indexers
|
namespace Jackett.Common.Indexers
|
||||||
{
|
{
|
||||||
/// <summary>
|
|
||||||
/// The Pirate Bay via API.
|
|
||||||
/// </summary>
|
|
||||||
[ExcludeFromCodeCoverage]
|
[ExcludeFromCodeCoverage]
|
||||||
public class ThePirateBay : BaseWebIndexer
|
public class ThePirateBay : BaseWebIndexer
|
||||||
{
|
{
|
||||||
|
@ -229,7 +226,6 @@ namespace Jackett.Common.Indexers
|
||||||
Peers = item.Seeders + item.Leechers,
|
Peers = item.Seeders + item.Leechers,
|
||||||
Size = item.Size,
|
Size = item.Size,
|
||||||
Files = item.NumFiles,
|
Files = item.NumFiles,
|
||||||
Author = item.Username,
|
|
||||||
DownloadVolumeFactor = 0,
|
DownloadVolumeFactor = 0,
|
||||||
UploadVolumeFactor = 1,
|
UploadVolumeFactor = 1,
|
||||||
Imdb = string.IsNullOrEmpty(item.Imdb)
|
Imdb = string.IsNullOrEmpty(item.Imdb)
|
||||||
|
|
Loading…
Add table
Reference in a new issue