Removed downlload delay setting for subscriptions

Subscription downloads already queued are now not requeued on the next check

Headers in download queue table are now sortable

Added button to clear all finished downloads in the downloads manager
This commit is contained in:
Isaac Abadi
2021-08-24 21:33:43 -06:00
parent 71bb91b6e6
commit 09b3c752d9
7 changed files with 54 additions and 48 deletions

View File

@@ -42,8 +42,7 @@
"allow_subscriptions": true,
"subscriptions_base_path": "subscriptions/",
"subscriptions_check_interval": "300",
"redownload_fresh_uploads": false,
"download_delay": ""
"redownload_fresh_uploads": false
},
"Users": {
"base_path": "users/",