reverse formats

This commit is contained in:
Simon
2025-09-19 19:02:46 +00:00
parent b75a2cc298
commit 4d80b827e1

View File

@@ -197,7 +197,7 @@ impl ParadisehillProvider {
0, 0,
) )
.aspect_ratio(0.697674419 as f32) .aspect_ratio(0.697674419 as f32)
.formats(formats); .formats(formats.reverse());
return Ok(video_item); return Ok(video_item);
} }