pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/

Prettier

authored by

Pas and committed by
GitHub
7643b719 9e1aa5e9

+2 -2
+2 -2
src/pages/parts/player/PlayerPart.tsx
··· 181 181 status === playerStatus.PLAYING ? ( 182 182 <Player.Captions /> 183 183 ) : null} 184 - <Player.Settings /> 184 + <Player.Settings /> 185 185 {isShifting || isHoldingFullscreen ? ( 186 186 <Player.Widescreen /> 187 187 ) : ( ··· 202 202 <Player.Captions /> 203 203 </div> 204 204 ) : null} 205 - <Player.Settings /> 205 + <Player.Settings /> 206 206 </div> 207 207 <div> 208 208 {status === playerStatus.PLAYING && (