@sumaris-net/ngx-components 2.4.71 → 2.4.72

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.
@@ -10489,7 +10489,7 @@ class AudioProvider extends StartableService {
10489
10489
  this._assetPathPrefix = '';
10490
10490
  this._preloadedSounds = {};
10491
10491
  this._htmlAudioCache = {};
10492
- this.start();
10492
+ console.info(`[audio] Create audio provider`);
10493
10493
  }
10494
10494
  async ngOnStart() {
10495
10495
  const cordova = this.platform.is('cordova');