From 601775eb56f218d487ba9f0cec9ddb7a59f8382f Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 3 Jul 2013 19:17:56 +0200 Subject: [PATCH] remove 96p from config.pandora.jsonc --- pandora/config.pandora.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index 8df2e93b..34c4bacf 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -678,6 +678,6 @@ "previewRatio": 1.3333333333, //supported resolutions are //1080, 720, 480, 432, 360, 288, 240, 144, 96 - "resolutions": [96, 240, 480] + "resolutions": [240, 480] } }