@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.
- package/esm2020/src/app/shared/audio/audio.mjs +2 -2
- package/fesm2015/sumaris-net.ngx-components.mjs +1 -1
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -10489,7 +10489,7 @@ class AudioProvider extends StartableService {
|
|
|
10489
10489
|
this._assetPathPrefix = '';
|
|
10490
10490
|
this._preloadedSounds = {};
|
|
10491
10491
|
this._htmlAudioCache = {};
|
|
10492
|
-
|
|
10492
|
+
console.info(`[audio] Create audio provider`);
|
|
10493
10493
|
}
|
|
10494
10494
|
async ngOnStart() {
|
|
10495
10495
|
const cordova = this.platform.is('cordova');
|