Fix parsing error when leaving download/offline-mode
This commit is contained in:
parent
bf751c1cee
commit
2d5f795bfb
@ -170,6 +170,7 @@ async fn main() {
|
|||||||
for to_download in download_selections.iter() {
|
for to_download in download_selections.iter() {
|
||||||
download_m3u8(to_download, None).await;
|
download_m3u8(to_download, None).await;
|
||||||
}
|
}
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
// Save to offlinemode
|
// Save to offlinemode
|
||||||
"o" => {
|
"o" => {
|
||||||
@ -190,6 +191,7 @@ async fn main() {
|
|||||||
e
|
e
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
"m" => {
|
"m" => {
|
||||||
let result = unsafe { get_mut_ref(&gm) }.promote_to_online().await;
|
let result = unsafe { get_mut_ref(&gm) }.promote_to_online().await;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user