mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
add downloads path
This commit is contained in:
@@ -41,6 +41,7 @@ class FetchDownloadsAction(BaseAction):
|
||||
download.completed = True
|
||||
continue
|
||||
for t in torrents:
|
||||
download.path = t.path
|
||||
if t.progress >= 100:
|
||||
download.completed = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user