feat: remove publish to youtube
This commit is contained in:
@@ -407,7 +407,11 @@ const PlaybackDownload = ({ route }) => {
|
||||
{ merge: true }
|
||||
)
|
||||
|
||||
navigate(Routes.PublishYoutube, { projectId: projectForDownload.id })
|
||||
setTooltip({
|
||||
type: 'success',
|
||||
text: 'Playback publié sur MusicLand !',
|
||||
})
|
||||
navigate(Routes.Home)
|
||||
} catch (err) {
|
||||
setTooltip({
|
||||
type: 'error',
|
||||
|
||||
@@ -42,7 +42,7 @@ const StreamSong = () => {
|
||||
if (!hasAcceptedPublication) {
|
||||
setTooltip({
|
||||
type: 'error',
|
||||
text: 'Confirme la diffusion sur Musicland et YouTube avant de publier',
|
||||
text: 'Confirme la diffusion sur MusicLand avant de publier',
|
||||
})
|
||||
return
|
||||
}
|
||||
@@ -112,7 +112,7 @@ const StreamSong = () => {
|
||||
<AppCheckbox
|
||||
selected={hasAcceptedPublication}
|
||||
onPress={() => setHasAcceptedPublication((prevState) => !prevState)}
|
||||
label="J'accepte la diffusion de mon contenu sur Musicland et YouTube."
|
||||
label="J'accepte la diffusion de mon contenu sur MusicLand."
|
||||
/>
|
||||
<Text
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user