mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-07-20 11:04:19 +01:00
removing comment about the skip button location
Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com>
This commit is contained in:
@@ -173,11 +173,6 @@ export const BottomControls: FC<BottomControlsProps> = ({
|
||||
) : null}
|
||||
</View>
|
||||
<View className='flex flex-row items-center space-x-2 shrink-0'>
|
||||
{/* Smart Skip Credits behavior (drives Next Episode timing):
|
||||
- "Skip Credits" button itself is rendered in SkipSegmentOverlay
|
||||
(independent of controls visibility).
|
||||
- "Next Episode" shows when credits extend to video end AND a next
|
||||
episode exists. */}
|
||||
{settings.autoPlayNextEpisode !== false &&
|
||||
(settings.maxAutoPlayEpisodeCount.value === -1 ||
|
||||
settings.autoPlayEpisodeCount <
|
||||
|
||||
Reference in New Issue
Block a user