mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
Replaced built-in valuetypes with language keywords.
This commit is contained in:
@@ -7,7 +7,7 @@ namespace NzbDrone.Common.Extensions
|
||||
{
|
||||
private static readonly string[] SizeSuffixes = { "B", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB" };
|
||||
|
||||
public static string SizeSuffix(this Int64 bytes)
|
||||
public static string SizeSuffix(this long bytes)
|
||||
{
|
||||
const int bytesInKb = 1024;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user