diff --git a/Cargo.toml b/Cargo.toml index 3926baf..26ada49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twitch_data" -version = "0.2.9" +version = "0.2.10" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/lib.rs b/src/lib.rs index 95f9ca0..c9f208a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -713,6 +713,7 @@ pub fn sort_video_part_filenames(video_id: &str, files: &mut Vec) { .to_str() .unwrap() .replace("-muted", "") //remove the muted for the sort if its there + .replace("-unmuted", "") //remove the muted for the sort if its there .replace(".ts", "") //remove the file ending for the sort ;