mirror of
https://github.com/jxxghp/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
fix: 修复播放限速在非智能限速模式下上传限速设置无效的bug
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user