refactor: remove tr_announce_list::tracker info.announce (#2931)

This commit is contained in:
Charles Kerr
2022-04-16 15:41:51 -05:00
committed by GitHub
parent ef4fcf7ffd
commit 6cdc7e3828
11 changed files with 109 additions and 91 deletions

View File

@@ -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>"];