fix: 修复播放限速在非智能限速模式下上传限速设置无效的bug

This commit is contained in:
chenrn
2024-10-27 15:00:47 +08:00
parent b30f00402e
commit c825867ec3

View File

@@ -586,7 +586,7 @@ class SpeedLimiter(_PluginBase):
if cnt != 0:
text = f"{text}\n===================="
text = f"{text}\n下载器:{download}"
upload_limit_final = 0
upload_limit_final = upload_limit
if self._auto_limit and limit_type == "播放":
# 开启了播放智能限速
if len(self._downloader) == 1: