mautilus / sdk

MAUTILUS SmartTV SDK
BSD 3-Clause "New" or "Revised" License
99 stars 43 forks source link

Bugs in tizen Multitasking #46

Open jorgitoml opened 6 years ago

jorgitoml commented 6 years ago

I've found several bugs in Tizen Player, in the part of the code that handles multitasking. For example: -"} else if(APP.multitasking.state === SDK.player.STATE_PAUSED) {" must be: "} else if(this.multitasking.playerState === this.STATE_PAUSED) {" -"onReqVerifyPlayback" function fails because there is not "setCustomData" method. -etc etc etc

Could you fix it? Regards.