def downloadCuesheet(self):
     InfoBarCueSheetSupport.downloadCuesheet(self)
     if len(self.cut_list) == 0:
         cue = self.getCuesheet()
         if cue is None:
             return
         self.cut_list = cue.getCutList()
     self.checkResumeSupport()
     if self.resume_point > 0 and self.__timer is not None:
         print "start resume timer"
         self.__timer.start(1000, True)