mirror of
https://github.com/transmission/transmission
synced 2025-01-31 11:23:40 +00:00
fix favicons in the tracker tab
This commit is contained in:
parent
33f20dc457
commit
3695344cfd
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ NSMutableSet * fTrackerIconLoading;
|
||||||
|
|
||||||
- (NSImage *) favIcon
|
- (NSImage *) favIcon
|
||||||
{
|
{
|
||||||
NSURL * address = [NSURL URLWithString: [(TrackerNode *)[self objectValue] host]];
|
NSURL * address = [NSURL URLWithString: [(TrackerNode *)[self objectValue] fullAnnounceAddress]];
|
||||||
NSArray * hostComponents = [[address host] componentsSeparatedByString: @"."];
|
NSArray * hostComponents = [[address host] componentsSeparatedByString: @"."];
|
||||||
|
|
||||||
//let's try getting the tracker address without using any subdomains
|
//let's try getting the tracker address without using any subdomains
|
||||||
|
|
Loading…
Reference in a new issue