No JS FILE_BATCH_CLEAR
I can't find any equivalent JS command for the baja FILE_BATCH_CLEAR and therefore cannot find any way to clear the batch download file list unless they are removed manually from the batch menu or downloaded.
I can't find any equivalent JS command for the baja FILE_BATCH_CLEAR and therefore cannot find any way to clear the batch download file list unless they are removed manually from the batch menu or downloaded.
assigned to @rswindell
I could add JS functions and may do that, but in the mean time, a single line will delete a user's batch upload or download queue:
file_remove(system.data_dir + "user/" + format("%04u", user.number) + ".dnload");
Or .upload
for the upload queue.
closed with commit 4bf1af95
mentioned in commit 4bf1af95