From 65462b22645e914466e8ee60f90958aab74de9f6 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 7 Aug 2013 11:05:59 +0000 Subject: [PATCH] fix #1086 (There is no way to sort all movies by 0xDB Id) --- pandora/config.0xdb.jsonc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index 562acee7..a9a2046e 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -402,6 +402,13 @@ "columnWidth": 90, "sort": true }, + { + "id": "oxdbId", + "title": "0xDB ID", + "type": "string", + "columnWidth": 90, + "sort": true + }, { "id": "subtitles", "title": "Subtitles",