fix public poster width/height names
This commit is contained in:
parent
c150e7f8a8
commit
bae4c6a165
1 changed files with 2 additions and 2 deletions
|
@ -375,8 +375,8 @@ class Movie(models.Model):
|
||||||
'votes': 'votes',
|
'votes': 'votes',
|
||||||
'alternative_titles': 'alternative_titles',
|
'alternative_titles': 'alternative_titles',
|
||||||
'connections_json': 'connections',
|
'connections_json': 'connections',
|
||||||
'posterWidth': 'poster_width',
|
'poster_width': 'posterWidth',
|
||||||
'posterHeight': 'poster_height'
|
'poster_height': 'posterHeight'
|
||||||
}
|
}
|
||||||
def get_json(self, fields=None):
|
def get_json(self, fields=None):
|
||||||
movie = {}
|
movie = {}
|
||||||
|
|
Loading…
Reference in a new issue