mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
Fixed: No longer mixes up peers and leechers, so the UI should now properly report seeders and leechers.
This commit is contained in:
@@ -65,7 +65,7 @@ namespace NzbDrone.Core.Indexers
|
||||
return (Int32)seeds;
|
||||
}
|
||||
|
||||
return base.GetPeers(item);
|
||||
return base.GetSeeders(item);
|
||||
}
|
||||
|
||||
protected override Int32? GetPeers(XElement item)
|
||||
|
||||
Reference in New Issue
Block a user