parent
abef91cfac
commit
b738270f0a
|
@ -245,7 +245,7 @@ public class PlayerManager extends ListableRest<PlayerManager.Player, PlayerMana
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
session.execute(uriBuilder.build(), HttpMethod.GET, GenericResponse.class, null);
|
session.execute(uriBuilder.build(), HttpMethod.GET, GenericResponse.class, null);
|
||||||
} catch (FreeboxException ignore) {
|
} catch (IllegalArgumentException | FreeboxException ignore) {
|
||||||
// This call does not return anything, we can safely ignore
|
// This call does not return anything, we can safely ignore
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue