[PR #15] [MERGED] fix: audio uploading not working #108

Closed
opened 2025-10-09 16:51:55 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/VERT-sh/VERT/pull/15
Author: @not-nullptr
Created: 11/14/2024
Status: Merged
Merged: 11/14/2024
Merged by: @not-nullptr

Base: mainHead: nullptr/fix-audio-uploads


📝 Commits (1)

  • 831e989 fix: audio uploading not working

📊 Changes

2 files changed (+16 additions, -4 deletions)

View changed files

📝 src/lib/converters/ffmpeg.svelte.ts (+2 -1)
📝 src/routes/+page.svelte (+14 -3)

📄 Description

this PR fixes audio uploads not working since the promise would never resolve if it couldnt put the file on a canvas lol


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/VERT-sh/VERT/pull/15 **Author:** [@not-nullptr](https://github.com/not-nullptr) **Created:** 11/14/2024 **Status:** ✅ Merged **Merged:** 11/14/2024 **Merged by:** [@not-nullptr](https://github.com/not-nullptr) **Base:** `main` ← **Head:** `nullptr/fix-audio-uploads` --- ### 📝 Commits (1) - [`831e989`](https://github.com/VERT-sh/VERT/commit/831e989bd407a4750f208615b15d7a631c1568df) fix: audio uploading not working ### 📊 Changes **2 files changed** (+16 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/converters/ffmpeg.svelte.ts` (+2 -1) 📝 `src/routes/+page.svelte` (+14 -3) </details> ### 📄 Description this PR fixes audio uploads not working since the promise would never resolve if it couldnt put the file on a canvas lol --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the pull-request label 2025-10-09 16:51:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: VERT-sh/VERT#108