[qcineoob] checkbox to show thumbnail in search

[allocine] fix empty productionYear problem
This commit is contained in:
Julien Veyssier 2013-03-26 16:00:31 +01:00
commit d6a0291deb
4 changed files with 23 additions and 4 deletions

View file

@ -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'))