tangled
alpha
login
or
join now
dunkirk.sh
/
pstream-ng
1
fork
atom
pstream is dead; long live pstream
taciturnaxolotl.github.io/pstream-ng/
1
fork
atom
overview
issues
pulls
pipelines
Prettier
authored by
Pas
and committed by
GitHub
4 months ago
7643b719
9e1aa5e9
+2
-2
1 changed file
expand all
collapse all
unified
split
src
pages
parts
player
PlayerPart.tsx
+2
-2
src/pages/parts/player/PlayerPart.tsx
···
181
181
status === playerStatus.PLAYING ? (
182
182
<Player.Captions />
183
183
) : null}
184
184
-
<Player.Settings />
184
184
+
<Player.Settings />
185
185
{isShifting || isHoldingFullscreen ? (
186
186
<Player.Widescreen />
187
187
) : (
···
202
202
<Player.Captions />
203
203
</div>
204
204
) : null}
205
205
-
<Player.Settings />
205
205
+
<Player.Settings />
206
206
</div>
207
207
<div>
208
208
{status === playerStatus.PLAYING && (