Skip to content

Commit

Permalink
[config_util] Change default video quality to bestvideo
Browse files Browse the repository at this point in the history
  • Loading branch information
m4heshd committed Apr 15, 2024
1 parent ba84d45 commit 7bd51ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/config_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ impl Default for UFCRConfig {
show_desc: true,
resolution: "720".into(),
merge_ext: "mp4".into(),
vid_quality: "worstvideo".into(),
vid_quality: "bestvideo".into(),
aud_quality: "bestaudio".into(),
dl_path: String::new(),
number_files: true,
Expand Down
2 changes: 1 addition & 1 deletion config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"showDesc": true,
"resolution": "720",
"mergeExt": "mp4",
"vidQuality": "worstvideo",
"vidQuality": "bestvideo",
"audQuality": "bestaudio",
"dlPath": "",
"numberFiles": true,
Expand Down

0 comments on commit 7bd51ed

Please sign in to comment.