update config, fix poster

This commit is contained in:
rlx 2017-12-15 13:00:32 +00:00
commit d1addb6626
2 changed files with 172 additions and 109 deletions

View file

@ -50,7 +50,6 @@ def render_poster(data, poster):
title = title.replace(key, value)
director = director.replace(key, value)
year = str(data.get('year', ''))
title = data.get('title', '')
duration = data.get('duration')
id = data['id']
frame = data.get('frame')