diff --git a/src/main.rs b/src/main.rs index 2c517b9..4b1b7ee 100644 --- a/src/main.rs +++ b/src/main.rs @@ -170,6 +170,7 @@ async fn main() { for to_download in download_selections.iter() { download_m3u8(to_download, None).await; } + continue; } // Save to offlinemode "o" => { @@ -190,6 +191,7 @@ async fn main() { e ) } + continue; } "m" => { let result = unsafe { get_mut_ref(&gm) }.promote_to_online().await;