We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
Expected behaviour
Screenshots
Env:
Additional context
openPlayer
settings()
this.settings()
iptvnator/src/app/xtream/xtream-main-container.component.ts
Line 283 in 9339994
The text was updated successfully, but these errors were encountered:
a944e5d
No branches or pull requests
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:
Expected behaviour
Screenshots
Env:
Additional context
openPlayer
function not handling the fact that I might not have anysettings()
yet (first try)this.settings()
is undefined, so a syntax error is throwniptvnator/src/app/xtream/xtream-main-container.component.ts
Line 283 in 9339994
The text was updated successfully, but these errors were encountered: