fixed wrong order of format/quality

This commit is contained in:
Simon
2025-11-30 07:05:49 +00:00
parent e5a6c8decc
commit 61e38caed5

View File

@@ -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())