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 format = VideoFormat::new(
|
||||
file,
|
||||
"video/mp4".to_string(),
|
||||
label.clone(),
|
||||
"video/mp4".to_string(),
|
||||
)
|
||||
.format_id(label.clone())
|
||||
.format_note(label.clone())
|
||||
|
||||
Reference in New Issue
Block a user