mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -04:00
Avoid saving Indexer Flags in Last RSS Release info
This commit is contained in:
@@ -8,7 +8,6 @@ namespace NzbDrone.Core.Parser.Model
|
||||
public string InfoHash { get; set; }
|
||||
public int? Seeders { get; set; }
|
||||
public int? Peers { get; set; }
|
||||
public bool Freeleech { get; set; }
|
||||
|
||||
public static int? GetSeeders(ReleaseInfo release)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user