Skip to content

Guard async callbacks in TizenVideo - #71

Open
unclekingpin wants to merge 1 commit into
masterfrom
tizen-loadargs
Open

Guard async callbacks in TizenVideo#71
unclekingpin wants to merge 1 commit into
masterfrom
tizen-loadargs

Conversation

@unclekingpin

Copy link
Copy Markdown
Contributor

No description provided.

if (commandArgs && commandArgs.stream && typeof commandArgs.stream.url === 'string') {
stream = commandArgs.stream;

if (stream !== commandArgs.stream) {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the only thing thats missing in this PR is this check over here which allways resolve to false in the current master branch since the check is made after the update of the local stream var.
Do we need this check?
All other video implementations do command("unload") from within the body of the load action handler but maybe there is something Tizen specific here?

@tymmesyde
tymmesyde force-pushed the master branch 2 times, most recently from 64e6eb5 to 3035ba2 Compare March 30, 2026 11:38
@kKaskak kKaskak added the TizenVideo Samsung Tizen TV implementation label Apr 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

TizenVideo Samsung Tizen TV implementation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants