fix(rclone): mailru için fileName fallback ekle
This commit is contained in:
@@ -915,7 +915,8 @@ function updateMoveProgressFromStats(stats) {
|
||||
applyProgress(job, prefixes, relRoot);
|
||||
}
|
||||
for (const job of mailruJobs.values()) {
|
||||
const relRoot = job.folderId || "";
|
||||
// MailRu için folderId null olabilir, fileName kullanıyoruz
|
||||
const relRoot = job.folderId || job.fileName || "";
|
||||
const prefixes = [
|
||||
relRoot,
|
||||
RCLONE_REMOTE_PATH ? `${RCLONE_REMOTE_PATH}/${relRoot}` : null
|
||||
|
||||
Reference in New Issue
Block a user