iptvnator
iptvnator copied to clipboard
Cannot open player (Xtream)
Describe the bug A syntax error is thrown when trying to open a player, no player is actually open.
To Reproduce Steps to reproduce the behaviour:
- You need to start fresh, clean all App storage from your browser
- Add your Xtream list
- Open your Xtream list
- Click one of the channels to open player 💥
Expected behaviour
- To open the video player
Screenshots
| Chrome | Firefox |
|---|---|
Env:
- Browser live version (https://iptvnator.vercel.app):
- Chrome (Version 119.0.6045.159 (Official Build) (arm64))
- Firefox (120.0 (64-bit)
Additional context
- seems to be an issue with your
openPlayerfunction not handling the fact that I might not have anysettings()yet (first try) -
this.settings()is undefined, so a syntax error is thrown
https://github.com/4gray/iptvnator/blob/93399946503c22bdf59ce04fe85d4d756c5ad461/src/app/xtream/xtream-main-container.component.ts#L283