fix: Marked videoCodecs as Option to resolve #38

This commit is contained in:
2025-03-21 11:55:54 -06:00
parent ecd6a0ec32
commit 8c783bc405
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1408,7 +1408,7 @@ impl Network<'_, '_> {
Subtitles: {}",
media_info.video_bit_depth,
media_info.video_bitrate,
media_info.video_codec,
media_info.video_codec.unwrap_or_default(),
media_info.video_fps.as_f64().unwrap(),
media_info.resolution,
media_info.scan_type,