mirror of
https://github.com/AlistGo/alist.git
synced 2025-06-28 17:11:22 +08:00

Mega supports duplicate names but alist does not support. In `List()` method, driver will return multiple files with same name. That makes alist to use oldest version file for listing/downloading. So it is necessary to filter old same name files in a folder. After fixes, all CRUD work normally. Refs #8344