Skip to content

Commit

Permalink
Merge branch 'webpack'
Browse files Browse the repository at this point in the history
  • Loading branch information
zcmander committed Aug 25, 2019
2 parents 51507c2 + 37db2f8 commit 291bedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlist/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def __str__(self):
@property
def has_imdb(self):
return IMDBMovie.objects.filter(imdb_id=self.imdb_id).first()

@property
def has_tmdb(self):
return TMDBMovie.objects.filter(imdb_id=self.imdb_id).first()
Expand Down

0 comments on commit 291bedf

Please sign in to comment.