Skip to content

Commit

Permalink
Fix the aspect ratio to actually read from the right key
Browse files Browse the repository at this point in the history
This has been broken for a while.  Thanks.  Also removes the height of the
pixmap's bounding box.

Signed-off-by: Gavin Hurlbut <ghurlbut@mythtv.org>
  • Loading branch information
dekarl authored and Beirdo committed Oct 6, 2011
1 parent 1abb46c commit b70f00f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion modules/tv/classes/Program.php
Expand Up @@ -811,7 +811,7 @@ public function getAspect() {
$row = $sh->fetch_assoc();
$sh->finish();

switch($row['aspect']) {
switch($row['type']) {
case 10:
return 1;
case 11:
Expand Down
1 change: 0 additions & 1 deletion skins/clean_blue/tv_recorded.css
Expand Up @@ -42,7 +42,6 @@

#recorded_list td.x-pixmap a.x-pixmap {
float: left;
height: 78px;
}
#recorded_list td.x-pixmap a.x-pixmap img {
width: 100px;
Expand Down
1 change: 0 additions & 1 deletion skins/default/tv_recorded.css
Expand Up @@ -57,7 +57,6 @@

#recorded_list td.x-pixmap a.x-pixmap {
float: left;
height: 78px;
}
#recorded_list td.x-pixmap a.x-pixmap img {
width: 100px;
Expand Down

0 comments on commit b70f00f

Please sign in to comment.