예제 #1
0
 def searchButtonClicked(self):
     self.processCommand(
         search.dialog(self,
                       section_id=self.season.getLibrarySectionId()
                       or None))
예제 #2
0
 def searchButtonClicked(self):
     self.processCommand(search.dialog(self))
예제 #3
0
 def searchButtonClicked(self):
     self.processCommand(search.dialog(self, section_id=self.section.key))