jh
This commit is contained in:
@@ -292,10 +292,10 @@ class PodcastIndex(Provider):
|
||||
|
||||
try:
|
||||
from SYS.config import resolve_output_dir
|
||||
|
||||
output_dir = resolve_output_dir(self.config or {})
|
||||
except Exception:
|
||||
output_dir = Path.home() / "Downloads"
|
||||
import tempfile
|
||||
output_dir = Path(tempfile.gettempdir())
|
||||
|
||||
try:
|
||||
output_dir = Path(output_dir).expanduser()
|
||||
|
||||
Reference in New Issue
Block a user