We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d361d6 commit 8a8a4deCopy full SHA for 8a8a4de
1 file changed
mag2tor.cpp
@@ -53,8 +53,7 @@ int main(int argc, char *argv[]) {
53
goto done1;
54
};
55
}
56
- lt::torrent_status tstat = torh.status();
57
- if (tstat.has_metadata) {
+ if (torh.status().has_metadata) {
58
ses.pause();
59
lt::torrent_info tinf =
60
torh.get_torrent_info();
0 commit comments