Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions packages/audioplayers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.1.5

* Reset the play position to 0 after `stop` (best-effort) to match other platforms.
* Handle `setAudioContext` gracefully instead of throwing on the global channel.
* Return `null` for current position and duration after `release`, matching other platforms.
* Fix a crash when stopping a network source.
* Emit player error and interrupt events on the platform thread.

## 3.1.4

* Remove Ecore API.
Expand Down
2 changes: 1 addition & 1 deletion packages/audioplayers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This package is not an _endorsed_ implementation of `audioplayers`. Therefore, y
```yaml
dependencies:
audioplayers: ^6.6.0
audioplayers_tizen: ^3.1.4
audioplayers_tizen: ^3.1.5

```

Expand Down
Binary file not shown.
Binary file not shown.
Loading
Loading