mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
refactor: remove tr_announce_list::tracker info.announce (#2931)
This commit is contained in:
@@ -172,7 +172,7 @@ OSStatus GeneratePreviewForURL(void* thisInterface, QLPreviewRequestRef preview,
|
||||
#warning handle tiers?
|
||||
for (auto const& tracker : announce_list)
|
||||
{
|
||||
[listSection appendFormat:@"<tr><td>%s<td></tr>", tracker.announce_str.c_str()];
|
||||
[listSection appendFormat:@"<tr><td>%s<td></tr>", tracker.announce.c_str()];
|
||||
}
|
||||
|
||||
[listSection appendString:@"</table>"];
|
||||
|
||||
Reference in New Issue
Block a user