diff --git a/class.php b/class.php index f16275a..4f3698f 100644 --- a/class.php +++ b/class.php @@ -49,8 +49,7 @@ class ps4 { } if ($seconds/60 > 1) { $label .= "s"; } $playtime = round($seconds/60,2); - } else - if ($seconds/60/60 < 60) { + } else { if ($text == true) { $label = "hour"; }