mirror of
https://github.com/Xinrea/bili-shadowreplay.git
synced 2025-11-25 04:22:24 +08:00
fix: panic generating whole live without danmu (#214)
This commit is contained in:
@@ -1362,7 +1362,7 @@ impl RecorderManager {
|
|||||||
|
|
||||||
futures::future::join_all(danmu_ass_files).await
|
futures::future::join_all(danmu_ass_files).await
|
||||||
} else {
|
} else {
|
||||||
Vec::new()
|
vec![None; playlists.len()]
|
||||||
};
|
};
|
||||||
|
|
||||||
let timestamp = chrono::Local::now().format("%Y%m%d%H%M%S").to_string();
|
let timestamp = chrono::Local::now().format("%Y%m%d%H%M%S").to_string();
|
||||||
|
|||||||
Reference in New Issue
Block a user