(self)
| 626 | self.autoplayCheck() |
| 627 | |
| 628 | def fileSwitchFoundFiles(self): |
| 629 | self.ui.fileSwitchFoundFiles() |
| 630 | self.playlist.loadCurrentPlaylistIndex() |
| 631 | |
| 632 | def setPlaylistIndex(self, index): |
| 633 | self._protocol.setPlaylistIndex(index) |
no test coverage detected