mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 16:07:01 +08:00
fix 插件下载Bug
This commit is contained in:
@@ -107,7 +107,7 @@ class PluginHelper(metaclass=Singleton):
|
|||||||
l, m = __get_filelist(p)
|
l, m = __get_filelist(p)
|
||||||
if not l:
|
if not l:
|
||||||
return False, m
|
return False, m
|
||||||
return __download_files(p, l)
|
__download_files(p, l)
|
||||||
return True, ""
|
return True, ""
|
||||||
|
|
||||||
if not pid or not repo_url:
|
if not pid or not repo_url:
|
||||||
|
|||||||
Reference in New Issue
Block a user