Rename id to tmdb_id. fix #287

This commit is contained in:
Ruud
2012-05-26 00:10:39 +02:00
parent 0a9c8abcad
commit 5ae29bd282
@@ -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': {