From 6cc0a74efcd22464d3cfc01dfcc393f8decf60a7 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 3 Mar 2013 10:52:17 +0000 Subject: [PATCH] change type of duration item key from float to time --- pandora/config.0xdb.jsonc | 2 +- pandora/config.indiancinema.jsonc | 2 +- pandora/config.padma.jsonc | 2 +- pandora/config.pandora.jsonc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index fbdc013d..cd50a7ef 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -356,7 +356,7 @@ { "id": "duration", "title": "Duration", - "type": "float", + "type": "time", "columnWidth": 90, "format": {"type": "duration", "args": []}, "sort": true diff --git a/pandora/config.indiancinema.jsonc b/pandora/config.indiancinema.jsonc index 95a07452..39b15bc4 100644 --- a/pandora/config.indiancinema.jsonc +++ b/pandora/config.indiancinema.jsonc @@ -378,7 +378,7 @@ { "id": "duration", "title": "Duration", - "type": "float", + "type": "time", "columnWidth": 90, "format": {"type": "duration", "args": []}, "sort": true diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index 346f16b7..ad1c5eed 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -281,7 +281,7 @@ { "id": "duration", "title": "Duration", - "type": "float", + "type": "time", "columnWidth": 90, "format": {"type": "duration", "args": [0, "short"]}, "sort": true diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index c1bbd628..f6773dea 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -222,7 +222,7 @@ { "id": "duration", "title": "Duration", - "type": "float", + "type": "time", "columnWidth": 90, "format": {"type": "duration", "args": [0, "short"]}, "sort": true