mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Updated PetaPoco
Upped IIS's priority Added Byte multiplier to extention method.
This commit is contained in:
parent
276e01166a
commit
b11a449f65
6 changed files with 1697 additions and 1750 deletions
|
@ -18,5 +18,11 @@ namespace NzbDrone.Core
|
|||
|
||||
return actual;
|
||||
}
|
||||
|
||||
|
||||
public static double Megabytes(this int megabytes)
|
||||
{
|
||||
return megabytes * 1048576;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue