From 8a071282ea7fc4204dde7fd49746355391697151 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 1 Mar 2013 11:18:06 +0000 Subject: [PATCH] config: ascending resolutions --- pandora/config.padma.jsonc | 2 +- pandora/config.pandora.jsonc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index 6a2dffa5b..266ec4bb8 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -719,6 +719,6 @@ "previewRatio": 1.3333333333, //supported resolutions are //1080, 720, 480, 432, 360, 288, 240, 144, 96 - "resolutions": [480, 240, 96] + "resolutions": [96, 240, 480] } } diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index 51d0d00c8..c1bbd628e 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -639,6 +639,6 @@ "previewRatio": 1.3333333333, //supported resolutions are //1080, 720, 480, 432, 360, 288, 240, 144, 96 - "resolutions": [480, 240, 96] + "resolutions": [96, 240, 480] } }