mirror of
https://github.com/transmission/transmission
synced 2025-03-04 02:28:03 +00:00
fix #1921 Selected collapsed groups do not pause/resume together
This commit is contained in:
parent
b16cd42420
commit
1eb8292844
1 changed files with 2 additions and 1 deletions
|
@ -454,7 +454,8 @@
|
|||
{
|
||||
NSArray * groupTorrents = [item torrents];
|
||||
[torrents addObjectsFromArray: groupTorrents];
|
||||
i += [groupTorrents count];
|
||||
if ([self isItemExpanded: item])
|
||||
i +=[groupTorrents count];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue