@axium/client 0.36.3 → 0.36.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -134,6 +134,8 @@ export class MediaState {
134
134
 
135
135
  this.isAttached = true;
136
136
 
137
+ this.updateAttached();
138
+
137
139
  session.setActionHandler('play', () => {
138
140
  if (this.ended) this.currentTime = 0;
139
141
  this.paused = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axium/client",
3
- "version": "0.36.3",
3
+ "version": "0.36.4",
4
4
  "author": "James Prevett <jp@jamespre.dev>",
5
5
  "funding": {
6
6
  "type": "individual",