You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`app/preferences` and `app/setPreferences` endpoints no longer include `export_dir` and `export_dir_fin` options as they are no longer supported by the core
34
+
*`app/preferences` and `app/setPreferences` endpoints include the following new options:
35
+
*`torrent_files_backup_enabled` (bool) - enable/disable saving backup copies of .torrent files
36
+
*`torrent_files_backup_dir` (string) - the folder path for saving backup copies of .torrent files
37
+
*`torrent_files_finished_backup_dir` (bool) - enable/disable moving backup copies of .torrent files to another folder when torrent is finished
38
+
*`torrent_files_finished_backup_dir` (string) - the folder path for moving backup copies of .torrent files when torrent is finished
39
+
*`remove_torrent_file_backup` (bool) - whether .torrent file backup should be removed when removing the torrent
0 commit comments