[qcineoob] checkbox to show thumbnail in search
[allocine] fix empty productionYear problem
This commit is contained in:
parent
ce1723df16
commit
d6a0291deb
4 changed files with 23 additions and 4 deletions
|
|
@ -40,6 +40,9 @@ class MiniMovie(QFrame):
|
|||
self.ui.shortDescLabel.setText(movie.short_description)
|
||||
self.ui.backendLabel.setText(backend.name)
|
||||
|
||||
if self.parent.ui.showTCheck.isChecked():
|
||||
self.gotThumbnail()
|
||||
|
||||
def gotThumbnail(self):
|
||||
if empty(self.movie.thumbnail_url):
|
||||
self.backend.fill_movie(self.movie, ('thumbnail_url'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue