This commit is contained in:
j 2013-06-06 12:02:58 +00:00
parent a15b68a0d5
commit 03d6d61ecf
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ static_root = os.path.join(os.path.dirname(__file__), 'data')
def render_poster(data, poster):
title = ox.decode_html(data.get('title', ''))
director = u', '.join(data.get('director', [])
director = u', '.join(data.get('director', []))
director = ox.decode_html(director)
year = str(data.get('year', ''))
series = data.get('isSeries', False)