From c7856a70a6b1b6862269fa21a799cb1a07af921e Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 6 Mar 2012 21:15:03 +0100 Subject: [PATCH] add timeline ui preference --- pandora/0xdb.jsonc | 3 ++- pandora/padma.jsonc | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pandora/0xdb.jsonc b/pandora/0xdb.jsonc index 33188a52..a1b8c9f6 100644 --- a/pandora/0xdb.jsonc +++ b/pandora/0xdb.jsonc @@ -686,12 +686,13 @@ "showTimeline": true, "sidebarSize": 256, "theme": "modern", + "videoMuted": false, "videoPoints": {}, "videoResolution": 96, "videoScale": "fit", - "videoMuted": false, "videoSize": "small", "videoSubtitles": true, + "videoTimeline": "average", "videoView": "video", "videoVolume": 1 }, diff --git a/pandora/padma.jsonc b/pandora/padma.jsonc index 4e7f4b75..47958a71 100644 --- a/pandora/padma.jsonc +++ b/pandora/padma.jsonc @@ -612,11 +612,12 @@ "showTimeline": true, "sidebarSize": 256, "theme": "classic", + "videoMuted": false, "videoPoints": {}, "videoResolution": 240, "videoScale": "fit", - "videoMuted": false, "videoSize": "large", + "videoTimeline": "average", "videoView": "video", "videoVolume": 1 },