@ -135,7 +135,8 @@ public class RtorrentAdapter implements IDaemonAdapter {
@@ -135,7 +135,8 @@ public class RtorrentAdapter implements IDaemonAdapter {
@ -456,7 +457,7 @@ public class RtorrentAdapter implements IDaemonAdapter {
@@ -456,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
@ -488,7 +489,7 @@ public class RtorrentAdapter implements IDaemonAdapter {
@@ -488,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
@ -609,19 +610,24 @@ public class RtorrentAdapter implements IDaemonAdapter {
@@ -609,19 +610,24 @@ public class RtorrentAdapter implements IDaemonAdapter {