From 247064e412b13d1e851e71d0bbbbee93702a93fe Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Thu, 25 Jan 2024 23:39:41 +0100 Subject: [PATCH] [DEV] remove test replace --- .../app/component/element-player-audio/element-player-audio.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/app/component/element-player-audio/element-player-audio.ts b/front/src/app/component/element-player-audio/element-player-audio.ts index b7a873a..12b65a6 100644 --- a/front/src/app/component/element-player-audio/element-player-audio.ts +++ b/front/src/app/component/element-player-audio/element-player-audio.ts @@ -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"); })