Fix Real-Debrid resume size mismatch handling

This commit is contained in:
Sucukdeluxe
2026-03-09 00:32:41 +01:00
parent 157feb8eb7
commit 87212ddf76
3 changed files with 291 additions and 6 deletions
+1 -1
View File
@@ -3805,7 +3805,7 @@ export function App(): ReactElement {
<svg viewBox="0 0 24 24" width="16" height="16"><path d="M12 20l7-7h-4.5V4h-5v9H5z" fill="currentColor" /></svg>
</button>
</div>
{snapshot.reconnectSeconds > 0 && (
{snapshot.reconnectSeconds > 0 && tab !== "downloads" && (
<div className="reconnect-badge" style={{ marginLeft: "auto" }}>Reconnect: {snapshot.reconnectSeconds}s</div>
)}
</section>