(self)
| 636 | self.playlist.changeToPlaylistIndex(*args, **kwargs) |
| 637 | |
| 638 | def loopSingleFiles(self): |
| 639 | return self._config["loopSingleFiles"] or self.isPlayingMusic() |
| 640 | |
| 641 | def isPlaylistLoopingEnabled(self): |
| 642 | return self._config["loopAtEndOfPlaylist"] or self.isPlayingMusic() |
no test coverage detected