mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
[abnormal] Correction size of the release (#11937)
This commit is contained in:
@@ -264,7 +264,7 @@ namespace Jackett.Common.Indexers
|
|||||||
Grabs = int.Parse(Regex.Match(completed, @"\d+").Value) + int.Parse(Regex.Match(leechers, @"\d+").Value),
|
Grabs = int.Parse(Regex.Match(completed, @"\d+").Value) + int.Parse(Regex.Match(leechers, @"\d+").Value),
|
||||||
MinimumRatio = 1,
|
MinimumRatio = 1,
|
||||||
MinimumSeedTime = 172800,
|
MinimumSeedTime = 172800,
|
||||||
Size = ReleaseInfo.GetBytes(size.Replace("Go", "gb").Replace("Mo", "mb").Replace("Ko", "kb")),
|
Size = ReleaseInfo.GetBytes(size.Replace(",", ".").Replace("Go", "gb").Replace("Mo", "mb").Replace("Ko", "kb")),
|
||||||
UploadVolumeFactor = 1,
|
UploadVolumeFactor = 1,
|
||||||
DownloadVolumeFactor = 1,
|
DownloadVolumeFactor = 1,
|
||||||
PublishDate = DateTime.Now,
|
PublishDate = DateTime.Now,
|
||||||
|
Reference in New Issue
Block a user