fix(client-server): rclone ve miniplayer düzeltmeleri

This commit is contained in:
2026-02-04 00:36:46 +03:00
parent 42447a63f3
commit 0255a44120
5 changed files with 340 additions and 61 deletions

View File

@@ -241,8 +241,10 @@
throw new Error(data?.error || `HTTP ${resp.status}`);
}
showToast("Cache temizlendi.", "success");
await loadRcloneStatus();
} catch (err) {
error = err?.message || "Cache temizlenemedi.";
showToast(error, "error");
}
}