fredrikburmester / streamyfin

A Jellyfin client build with Expo
Mozilla Public License 2.0
713 stars 20 forks source link

Tapping name of episode opens episode page even if it's already open #18

Open fireflypulse opened 1 month ago

fireflypulse commented 1 month ago

Steps to reproduce (on iOS):

  1. Go to episode page
  2. Tap play (video starts in small section down below)
  3. In the little video player, tap the Show/Episode name the episode page loads again (this creates a new navigation page)

This happens infinitely and is consistently reproducible. Would be nice if it checked to see if that page is already open first.

fredrikburmester commented 1 month ago

Sounds like an easy fix! Thank you.