|
|
@ -310,7 +310,7 @@ public enum Daemon { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static boolean supportsDateAdded(Daemon type) { |
|
|
|
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) { |
|
|
|
public static boolean supportsLabels(Daemon type) { |
|
|
|