mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 04:37:39 +03:00
reworked persistent queues
This commit is contained in:
parent
9994777974
commit
80c2ed3f98
6 changed files with 1794 additions and 1833 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -12,11 +12,13 @@
|
|||
"windows": {
|
||||
"env": {
|
||||
"DOWNLOAD_DIR": "${env:USERPROFILE}/Downloads",
|
||||
"STATE_DIR": "${env:TEMP}",
|
||||
}
|
||||
},
|
||||
"osx": {
|
||||
"env": {
|
||||
"DOWNLOAD_DIR": "${env:HOME}/Downloads",
|
||||
"STATE_DIR": "${env:TMPDIR}",
|
||||
}
|
||||
},
|
||||
"console": "integratedTerminal"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue