View Single Post
  #16  
Old 22.10.2020, 19:57
dbrown1986 dbrown1986 is offline
Junior Loader
 
Join Date: Oct 2020
Posts: 11
Default

Code:
if (link.finished) {var destinationFolder = getPath("/home/seedit4me/drive/debrid/" + link.package.name); getPath(link.downloadPath).moveTo(destinationFolder); link.remove(); }
can't be parsed.

Could you correct it for me? Not sure where that line should go.

Last edited by dbrown1986; 23.10.2020 at 04:40.
Reply With Quote