[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
|
|
@ -46,6 +46,9 @@ class MiniPerson(QFrame):
|
|||
self.ui.shortDescLabel.hide()
|
||||
self.ui.backendLabel.setText(backend.name)
|
||||
|
||||
if self.parent.ui.showTCheck.isChecked():
|
||||
self.gotThumbnail()
|
||||
|
||||
def gotThumbnail(self):
|
||||
self.backend.fill_person(self.person, ('thumbnail_url'))
|
||||
if not empty(self.person.thumbnail_url):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue