This commit is contained in:
2025-11-04 10:56:30 +01:00
parent a2e0819524
commit c7472d833a
8 changed files with 60 additions and 62 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ const PublishYoutube = () => {
try {
const publishCallable = firebase
.functions()
.httpsCallable("publishPlaybackToYoutube");
.httpsCallable("youtube-publishPlaybackToYoutube");
await publishCallable({ projectId });
setTooltip?.({
type: "success",