(self)
| 2112 | return self._previousPlaylist is not None and currentPlaylist != self._previousPlaylist |
| 2113 | |
| 2114 | def loadCurrentPlaylistIndex(self): |
| 2115 | if self._notPlayingCurrentIndex(): |
| 2116 | self.switchToNewPlaylistIndex(self._playlistIndex) |
| 2117 | |
| 2118 | @needsSharedPlaylistsEnabled |
| 2119 | def advancePlaylistCheck(self): |
no test coverage detected