mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
committed by
GitHub
parent
7c443b0c3b
commit
163f683186
@@ -1818,6 +1818,11 @@ window.qBittorrent.DynamicTable ??= (() => {
|
||||
onSelectedRowChanged() {
|
||||
updatePropertiesPanel();
|
||||
}
|
||||
|
||||
isStopped(hash) {
|
||||
const row = this.getRow(hash);
|
||||
return (row === undefined) ? true : row.full_data.state.includes("stopped");
|
||||
}
|
||||
}
|
||||
|
||||
class TorrentPeersTable extends DynamicTable {
|
||||
|
||||
Reference in New Issue
Block a user