[qcineoob] maybe better that backends handle capital letters
This commit is contained in:
parent
fe0b3b23de
commit
1c7e7b9dec
5 changed files with 7 additions and 8 deletions
|
|
@ -64,7 +64,7 @@ class Movie(QFrame):
|
|||
self.ui.imageLabel.setPixmap(QPixmap.fromImage(img))
|
||||
|
||||
def searchSubtitle(self):
|
||||
tosearch = unicode(self.movie.original_title).lower()
|
||||
tosearch = unicode(self.movie.original_title)
|
||||
lang = unicode(self.ui.langCombo.currentText())
|
||||
desc = 'Search subtitles for "%s" (lang:%s)'%(tosearch,lang)
|
||||
self.parent.doAction(desc, self.parent.searchSubtitleAction,[lang,tosearch])
|
||||
|
|
|
|||
Loading…
Reference in a new issue