diff --git a/scripts/poster.cms.py b/scripts/poster.cms.py index 6671f4d..5428bc0 100755 --- a/scripts/poster.cms.py +++ b/scripts/poster.cms.py @@ -38,7 +38,7 @@ def render_poster(data, poster): year = str(data.get('year', '')) duration = data.get('duration') oxdb_id = data['oxdbId'] - id = data['id'] + id = data.get('imdbId', data['id']) frame = data.get('frame') timeline = data.get('timeline')