mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +00:00
Fixed dhcp not available
This commit is contained in:
parent
300738ca14
commit
dd927bbd25
7 changed files with 15 additions and 17 deletions
|
@ -490,9 +490,6 @@ class ApiClientV2 {
|
|||
return ApiResponse(
|
||||
successful: true,
|
||||
content: DhcpModel(
|
||||
dhcpAvailable: jsonDecode(results[1].body!)['message'] != null
|
||||
? false
|
||||
: true,
|
||||
networkInterfaces: interfaces,
|
||||
dhcpStatus: jsonDecode(results[1].body!)['message'] != null
|
||||
? null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue