Commit f6138fe
authored
fix: Seek not applied in
# Description
This PR is fixing the bug in which in web while initialising the play
with duration specified, there was no seek happening, which means that
it starts from the beginning itself. setting the source before calling
seek in play() function, instead of setting it afterwards solves the
issue.
Closes #1597play method (#1695)1 parent 0119378 commit f6138fe
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| 202 | + | |
| 203 | + | |
202 | 204 | | |
203 | 205 | | |
204 | 206 | | |
205 | | - | |
| 207 | + | |
206 | 208 | | |
207 | 209 | | |
208 | 210 | | |
| |||
0 commit comments