mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Updated PetaPoco
Upped IIS's priority Added Byte multiplier to extention method.
This commit is contained in:
@@ -18,5 +18,11 @@ namespace NzbDrone.Core
|
||||
|
||||
return actual;
|
||||
}
|
||||
|
||||
|
||||
public static double Megabytes(this int megabytes)
|
||||
{
|
||||
return megabytes * 1048576;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user