forked from 0x2620/pandora
poster
This commit is contained in:
parent
7efd182088
commit
43837ff529
2 changed files with 3 additions and 3 deletions
|
|
@ -887,7 +887,7 @@ class Stream(models.Model):
|
|||
class PosterUrl(models.Model):
|
||||
class Meta:
|
||||
unique_together = ("movie", "service", "url")
|
||||
ordering = ('height', )
|
||||
ordering = ('-height', )
|
||||
|
||||
movie = models.ForeignKey(Movie, related_name='poster_urls')
|
||||
url = models.CharField(max_length=1024)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue