[DEV] remove test replace

This commit is contained in:
Edouard DUPIN 2024-01-25 23:39:41 +01:00
parent 70c63882e4
commit 247064e412

View File

@ -137,7 +137,7 @@ export class ElementPlayerAudioComponent implements OnInit {
self.mediaSource = self.httpService.createRESTCall2({
api: `data/${self.currentLMedia.dataId}/unknowMediaName.webm`, //${self.generatedName}`,
addURLToken: true,
}).replace("http://localhost:19080", "https://atria-soft.org");
});
}).catch(() => {
console.error("error not ùmanaged in audio player ... 111");
})