This commit is contained in:
JustArchi
2018-02-13 15:28:28 +01:00
parent 293274942d
commit dc4d455408

View File

@@ -179,7 +179,7 @@ namespace ArchiSteamFarm {
yield return item;
}
internal static string ToHumanReadable(this TimeSpan timeSpan) => timeSpan.Humanize(3, maxUnit: TimeUnit.Year);
internal static string ToHumanReadable(this TimeSpan timeSpan) => timeSpan.Humanize(3, maxUnit: TimeUnit.Year, minUnit: TimeUnit.Second);
private static string[] GetArgs(string[] args, byte argsToSkip) {
if ((args == null) || (args.Length < argsToSkip)) {