From 1be2e6108a3127efb8e9f4272a58f904d4b59458 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 23 Feb 2011 16:09:05 +0100 Subject: [PATCH] broken frame is 128/80 --- pandora/item/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/item/models.py b/pandora/item/models.py index 03a1d7757..6866ec93f 100644 --- a/pandora/item/models.py +++ b/pandora/item/models.py @@ -331,7 +331,7 @@ class Item(models.Model): if 'video' in s.info and s.info['video']: stream['aspectRatio'] = s.info['video'][0]['width'] / s.info['video'][0]['height'] else: - stream['aspectRatio'] = 4/3 + stream['aspectRatio'] = 128/80 if settings.XSENDFILE or settings.XACCELREDIRECT: stream['baseUrl'] = '/%s' % self.itemId else: