diff --git a/src/components/TorrentDetailsPanel.tsx b/src/components/TorrentDetailsPanel.tsx index bda0d72..af7dbc6 100644 --- a/src/components/TorrentDetailsPanel.tsx +++ b/src/components/TorrentDetailsPanel.tsx @@ -269,7 +269,7 @@ function GeneralTab({ hash, category, tags }: { hash: string; category: string; Edit - {properties.download_path && properties.download_path !== properties.save_path && ( + {properties.download_path && (properties.download_path !== properties.save_path || properties.pieces_have < properties.pieces_num) && (