visualfries 0.1.7 → 0.1.8

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.
@@ -182,6 +182,9 @@ export class MediaHook {
182
182
  }
183
183
  return;
184
184
  }
185
+ if (!this.#mediaElement) {
186
+ await this.#handleRefresh();
187
+ }
185
188
  // Make sure we're still marked as the controller (debounced)
186
189
  if (!isController && shouldCheckController) {
187
190
  // Only set controller if no other component is currently controlling this media
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "visualfries",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "license": "MIT",
5
5
  "author": "ContentFries",
6
6
  "repository": {