1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-24 12:56:36 +02:00
Nick Craig-Wood 3b6effa81a uptobox: fix rmdir declaring that directories weren't empty
The API seems to have changed and the `totalFileCount` item no longer
tracks the number of files in the directory so is useless for seeing
if the directory is empty.

This patch fixes the problem by seeing whether there are any files or
directories in the folder instead.

This problem was detected by the integration tests.
2023-06-28 17:27:43 +01:00
..
2023-04-04 16:33:48 +01:00
2022-11-07 11:41:47 +00:00
2023-03-25 09:31:36 +01:00
2022-11-07 11:41:47 +00:00
2022-11-07 11:41:47 +00:00
2023-06-26 20:23:28 +01:00