From 2c48516bb43685560b75be5cb10c0e4e6088e368 Mon Sep 17 00:00:00 2001 From: qydysky Date: Tue, 10 May 2022 00:35:34 +0800 Subject: [PATCH] fix --- Reply/stream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reply/stream.go b/Reply/stream.go index dfd162a..cb0ae5b 100644 --- a/Reply/stream.go +++ b/Reply/stream.go @@ -378,7 +378,7 @@ func (t *M4SStream) saveStream() { download_limit.Block() // 已下载但还未移除的切片 - if v.status == 2 { + if link.status == 2 { return } -- 2.39.2