Skip to content

Commit 790bc3d

Browse files
Add default setting for downloads folder.
1 parent 54e2da5 commit 790bc3d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/gpodder/config.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464
'retries': 3, # number of retries when downloads time out
6565
},
6666

67+
'fs': {
68+
'downloads': ''
69+
},
70+
6771
'ui': {
6872
# Settings for the Command-Line Interface
6973
'cli': {

0 commit comments

Comments
 (0)