mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-28 23:52:07 -05:00
fix #8
This commit is contained in:
@@ -117,7 +117,6 @@ public class StatusController : ControllerBase
|
||||
client.Name,
|
||||
client.Type,
|
||||
client.Host,
|
||||
client.Port,
|
||||
client.Enabled,
|
||||
IsConnected = client.Enabled, // We can't check connection status without implementing test methods
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user