(self, *args, **kwargs)
| 633 | self._protocol.setPlaylistIndex(index) |
| 634 | |
| 635 | def changeToPlaylistIndex(self, *args, **kwargs): |
| 636 | self.playlist.changeToPlaylistIndex(*args, **kwargs) |
| 637 | |
| 638 | def loopSingleFiles(self): |
| 639 | return self._config["loopSingleFiles"] or self.isPlayingMusic() |
no outgoing calls
no test coverage detected