mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-25 22:59:10 -04:00
Return 1 seeder as fallback only in Torrent RSS Feed
This commit is contained in:
@@ -46,7 +46,8 @@ namespace NzbDrone.Core.Indexers.Definitions.TorrentRss
|
||||
ParseSizeInDescription = parserSettings.ParseSizeInDescription,
|
||||
SizeElementName = parserSettings.SizeElementName,
|
||||
|
||||
DefaultReleaseSize = indexerSettings.DefaultReleaseSize
|
||||
DefaultReleaseSize = indexerSettings.DefaultReleaseSize,
|
||||
DefaultReleaseSeeders = 1
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user