fix 71:40 ratio

This commit is contained in:
Michael 2018-10-24 19:02:43 -07:00
parent 8c94337110
commit fcc467cd0e

View File

@ -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] . ")";
}