stripe and small fixes

This commit is contained in:
2026-02-12 11:26:14 +01:00
parent 490698cb92
commit 32331d8b2b
4 changed files with 61 additions and 55 deletions
+1 -1
View File
@@ -489,7 +489,7 @@ const HitParade = () => {
fontFamily: FONT_FAMILY.HelveticaNeueBold,
}}
>
Chansons
Chansons librairie
</Text>
{/* </BorderGradient> */}
</BlurView>
+3 -2
View File
@@ -98,8 +98,9 @@ const PublishYoutube = () => {
}
setSaving(true)
try {
const publishCallable = firebase.functions().httpsCallable('youtube-publishPlaybackToYoutube')
await publishCallable({ projectId })
// publication sur youtube en standby
// const publishCallable = firebase.functions().httpsCallable('youtube-publishPlaybackToYoutube')
// await publishCallable({ projectId })
setTooltip?.({
type: 'success',
text: 'Publication lancée sur YouTube',