mirror of
https://github.com/rclone/rclone.git
synced 2025-03-06 02:01:49 +08:00

The API has changed in the directory move call JSON response from returning a TaskID as a string to returning it as an integer. In other places it is still returned as a string though. This patch allows the TaskID to be an integer or a string in the JSON response and keeps it internally as a string like before.