Browse Source

Allow sorting by date added with uTorrent (the adapter already supported this). Fixes #4.

pull/13/merge
Eric Kok 11 years ago
parent
commit
22a9c64692
  1. BIN
      core/libs/transdroid-connect.jar
  2. 2
      lib/src/org/transdroid/daemon/Daemon.java

BIN
core/libs/transdroid-connect.jar

Binary file not shown.

2
lib/src/org/transdroid/daemon/Daemon.java

@ -310,7 +310,7 @@ public enum Daemon { @@ -310,7 +310,7 @@ public enum Daemon {
}
public static boolean supportsDateAdded(Daemon type) {
return type == Vuze || type == Transmission || type == rTorrent || type == Bitflu || type == BitComet || type == Dummy;
return type == Vuze || type == Transmission || type == rTorrent || type == Bitflu || type == BitComet || type == uTorrent || type == BitTorrent || type == Dummy;
}
public static boolean supportsLabels(Daemon type) {

Loading…
Cancel
Save