mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
fix: create temp directory for subtitle API downloads
This commit is contained in:
@@ -148,6 +148,7 @@ class DownloadChain(ChainBase):
|
||||
return []
|
||||
|
||||
saved_files = []
|
||||
settings.TEMP_PATH.mkdir(parents=True, exist_ok=True)
|
||||
temp_file = settings.TEMP_PATH / file_name
|
||||
temp_extract_dir = temp_file.with_name(temp_file.stem)
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user