@ -614,11 +614,12 @@ public class DelugeAdapter implements IDaemonAdapter {
@@ -614,11 +614,12 @@ public class DelugeAdapter implements IDaemonAdapter {
returnPriority.Off;
case2:
returnPriority.Normal;
case3:
case5:
returnPriority.High;
}
default:
returnPriority.Low;
}
}
privateintconvertPriority(Prioritypriority){
switch(priority){
@ -627,7 +628,7 @@ public class DelugeAdapter implements IDaemonAdapter {
@@ -627,7 +628,7 @@ public class DelugeAdapter implements IDaemonAdapter {
@ -160,17 +160,11 @@ public final class Torrent implements Parcelable, Comparable<Torrent> {
@@ -160,17 +160,11 @@ public final class Torrent implements Parcelable, Comparable<Torrent> {