added the auto clear back in and change the delete file on trashcan to false

This commit is contained in:
2026-06-08 13:13:10 -07:00
parent 2fa0a4c334
commit a3fc70c41b
2 changed files with 6 additions and 2 deletions
+4 -1
View File
@@ -28,4 +28,7 @@ METUBE_PORT=8081
# --- Download Behavior ---
# Delete the file from disk when trashed in the UI (true/false)
METUBE_DELETE_FILE_ON_TRASHCAN=true
METUBE_DELETE_FILE_ON_TRASHCAN=false
# Seconds after completion before a finished download is removed from the queue (3600 = 1 hour, 0 = disabled)
METUBE_CLEAR_COMPLETED_AFTER=3600