Rename id to tmdb_id. fix #287
This commit is contained in:
@@ -151,7 +151,7 @@ class TheMovieDb(MovieProvider):
|
||||
|
||||
movie_data = {
|
||||
'via_tmdb': True,
|
||||
'id': int(movie.get('id', 0)),
|
||||
'tmdb_id': int(movie.get('id', 0)),
|
||||
'titles': [toUnicode(movie.get('name'))],
|
||||
'original_title': movie.get('original_name'),
|
||||
'images': {
|
||||
|
||||
Reference in New Issue
Block a user