Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
feat: add imdb id to page files (#1823)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Nov 9, 2023
1 parent 996e4c2 commit fc7f4fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ def queue_handler(item: tuple) -> None:
if item[0] == 'movie':
databases[item[0]]['all_items'].append(dict(
id=data['id'],
imdb_id=data.get('imdb_id'), # imdb_id may not always be present
title=data['title']
))
else:
Expand Down

0 comments on commit fc7f4fc

Please sign in to comment.