@ -135,7 +135,8 @@ public class RtorrentAdapter implements IDaemonAdapter {
@@ -135,7 +135,8 @@ public class RtorrentAdapter implements IDaemonAdapter {
@ -226,49 +227,51 @@ public class RtorrentAdapter implements IDaemonAdapter {
@@ -226,49 +227,51 @@ public class RtorrentAdapter implements IDaemonAdapter {
@ -454,7 +457,7 @@ public class RtorrentAdapter implements IDaemonAdapter {
@@ -454,7 +457,7 @@ public class RtorrentAdapter implements IDaemonAdapter {
i,
(String)info[0],// hash
(String)info[1],// name
convertTorrentStatus((Long)info[2],(Long)info[13],(Long)info[14],(Long)info[15]),// status
convertTorrentStatus((Long)info[2],(Long)info[24],(Long)info[13],(Long)info[14],(Long)info[15]),// status
@ -486,7 +489,7 @@ public class RtorrentAdapter implements IDaemonAdapter {
@@ -486,7 +489,7 @@ public class RtorrentAdapter implements IDaemonAdapter {
i,
(String)info[0],// hash
(String)info[1],// name
convertTorrentStatus(((Integer)info[2]).longValue(),((Integer)info[13]).longValue(),((Integer)info[14]).longValue(),((Integer)info[15]).longValue()),// status
convertTorrentStatus(((Integer)info[2]).longValue(),((Integer)info[24]).longValue(),((Integer)info[13]).longValue(),((Integer)info[14]).longValue(),((Integer)info[15]).longValue()),// status
@ -607,19 +610,24 @@ public class RtorrentAdapter implements IDaemonAdapter {
@@ -607,19 +610,24 @@ public class RtorrentAdapter implements IDaemonAdapter {