diff --git a/Source/functions.php b/Source/functions.php index f098ede3..2bfff6aa 100644 --- a/Source/functions.php +++ b/Source/functions.php @@ -41,6 +41,9 @@ function get_title($width, $height) { } else if ($ratio[0] == 683 && $ratio[1] == 384) { // common sense return $title; + } else if ($ratio[0] == 71 && $ratio[1] == 40) { + // common sense + return $title; } else { $title = $title . " (" . $ratio[0] .":". $ratio[1] . ")"; }