feat: support changing file name
This commit is contained in:
parent
61c759d25e
commit
a9837b7938
2 changed files with 11 additions and 3 deletions
|
@ -459,7 +459,6 @@ async fn the_process(app: UploadInfo, sender: &Sender<ProgressMessage>) -> Resul
|
|||
.thumbnail_url(&app.config)
|
||||
.ok_or_eyre("could not get thumbnail url")?;
|
||||
|
||||
// TODO get w&h from video
|
||||
Ok(format!(
|
||||
"https://autocompressor.net/av1?v={}&i={}&w={}&h={}",
|
||||
Encoded(&zp_file.url),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue