fixed wrong order of format/quality
This commit is contained in:
@@ -241,8 +241,8 @@ impl NoodlemagazineProvider {
|
|||||||
let label = source["label"].as_str().unwrap_or("unknown").to_string();
|
let label = source["label"].as_str().unwrap_or("unknown").to_string();
|
||||||
let format = VideoFormat::new(
|
let format = VideoFormat::new(
|
||||||
file,
|
file,
|
||||||
"video/mp4".to_string(),
|
|
||||||
label.clone(),
|
label.clone(),
|
||||||
|
"video/mp4".to_string(),
|
||||||
)
|
)
|
||||||
.format_id(label.clone())
|
.format_id(label.clone())
|
||||||
.format_note(label.clone())
|
.format_note(label.clone())
|
||||||
|
|||||||
Reference in New Issue
Block a user