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

Configure Feed

Select the types of activity you want to include in your feed.

fix pip button not displaying on mobile

Pas 35312114 7606c1ee

+1 -1
+1 -1
src/pages/parts/player/PlayerPart.tsx
··· 193 193 <div /> 194 194 <div className="flex justify-center space-x-3"> 195 195 {/* Disable PiP for iOS PWA */} 196 - {!isPWA && !isIOS && status === playerStatus.PLAYING && ( 196 + {!(isPWA && isIOS) && status === playerStatus.PLAYING && ( 197 197 <Player.Pip /> 198 198 )} 199 199 <Player.Episodes inControl={inControl} />