From 582992551e36379f820fdc41bf3e9b853c263114 Mon Sep 17 00:00:00 2001 From: Leon Date: Fri, 27 Feb 2026 10:26:48 +0100 Subject: [PATCH] feat: continue to youtube publish --- src/screens/Production/PlaybackDownload.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/screens/Production/PlaybackDownload.js b/src/screens/Production/PlaybackDownload.js index 5bc03dd..a7d649e 100644 --- a/src/screens/Production/PlaybackDownload.js +++ b/src/screens/Production/PlaybackDownload.js @@ -435,7 +435,7 @@ const PlaybackDownload = ({ route }) => { if (!hasAcceptedPublication) { setTooltip({ type: 'error', - text: 'Confirme la diffusion sur Musicland et YouTube avant de publier', + text: 'Confirme la diffusion de ton playback sur Musicland avant de publier', }) return } @@ -444,7 +444,7 @@ const PlaybackDownload = ({ route }) => { type: 'success', text: publishSuccessMessage, }) - navigate(Routes.Home) + navigate(Routes.PublishYoutube) return } let tempSourcePath = null @@ -509,7 +509,7 @@ const PlaybackDownload = ({ route }) => { type: 'success', text: publishSuccessMessage, }) - navigate(Routes.Home) + navigate(Routes.PublishYoutube, { projectId: projectForDownload.id }) } catch (error) { console.log('[PlaybackDownload] publish error', { message: error?.message, @@ -611,7 +611,7 @@ const PlaybackDownload = ({ route }) => { setHasAcceptedPublication((prevState) => !prevState)} - label="J'accepte la diffusion de mon playback sur Musicland et YouTube." + label="J'accepte la diffusion de mon playback sur Musicland." /> Cette confirmation est requise avant de lancer la publication. @@ -633,7 +633,7 @@ const PlaybackDownload = ({ route }) => { navigate(Routes.Payments)}