mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
make sure that the inspector is fully reloaded, specifically for when a transfer is demagnetized
This commit is contained in:
@@ -62,9 +62,7 @@
|
||||
|
||||
- (void) setInfoForTorrents: (NSArray *) torrents
|
||||
{
|
||||
if (fTorrents && [fTorrents isEqualToArray: torrents])
|
||||
return;
|
||||
|
||||
//don't check if it's the same in case the metadata changed
|
||||
[fTorrents release];
|
||||
fTorrents = [torrents retain];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user