Skip to content

Commit

Permalink
fixup! fixup! fixup! Movie: Use IdsMixin
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Jan 15, 2022
1 parent eecb054 commit 46db657
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion trakt/movies.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ def __init__(self, title, year=None, slug=None, **kwargs):
self.genres = self.certification = None
self._comments = self._images = self._aliases = self._people = None
self._ratings = self._releases = self._translations = None
self.trakt_id = self.tmdb_id = self.imdb_id = None # @deprecated: unused
self.tmdb_id = self.imdb_id = None # @deprecated: unused
self.trakt_id = None # @deprecated: unused

if len(kwargs) > 0:
self._build(kwargs)
Expand Down

0 comments on commit 46db657

Please sign in to comment.