We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50bc5ed commit 1c2dac2Copy full SHA for 1c2dac2
1 file changed
apps/desktop/src-tauri/src/upload.rs
@@ -63,11 +63,8 @@ pub async fn upload_video(
63
screenshot_path: PathBuf,
64
meta: S3VideoMeta,
65
channel: Option<Channel<UploadProgress>>,
66
-<<<<<<< HEAD
67
-) -> Result<UploadedVideo, AuthedApiError> {
+) -> Result<UploadedItem, AuthedApiError> {
68
println!("Uploading video {video_id}...");
69
-=======
70
-) -> Result<UploadedItem, String> {
71
let is_new_uploader_enabled = GeneralSettingsStore::get(&app)
72
.map_err(|err| error!("Error checking status of new uploader flow from settings: {err}"))
73
.ok()
0 commit comments