mirror of
https://github.com/OMGeeky/twitch_data.git
synced 2026-01-22 09:55:20 +01:00
fix unmuted panic
This commit is contained in:
@@ -713,6 +713,7 @@ pub fn sort_video_part_filenames(video_id: &str, files: &mut Vec<PathBuf>) {
|
||||
.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
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user