From 4c203498961f6c8d043414e35451a4b1e8fbd74c Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 19 Jan 2011 16:13:31 +0530 Subject: [PATCH] remove plural s --- pandora/item/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/item/utils.py b/pandora/item/utils.py index c6cf9025..ee1bd45c 100644 --- a/pandora/item/utils.py +++ b/pandora/item/utils.py @@ -170,7 +170,7 @@ def parse_path(path): search_title = oxdb_title(path, True) r = {} r['title'] = oxdb_title(path) - r['directors'] = oxdb_directors(path) + r['director'] = oxdb_directors(path) year = ox.findRe(path, '\((\d{4})\)') if year: r['year'] = year