()
| 5164 | anyWin.__coverSwipeOff = () => { |
| 5165 | document.removeEventListener("pointerdown", onPointerDown, true); |
| 5166 | document.removeEventListener("keydown", onKeyDown, true); |
| 5167 | clearInterval(cinemaPoll); |
| 5168 | if (manualSkipTimer) clearTimeout(manualSkipTimer); |
| 5169 | unmount(); |
| 5170 | if (anyWin.Spicetify?.Player) { |
| 5171 | Spicetify.Player.removeEventListener("songchange", onSongChange); |