Closed seertenedos closed 3 years ago
I think the same, it would be great
Does anyone know of a flag that exists to show the server is online or not. I'm not seeing anything, and we most likely have to attempt to connect.
This is fixed in 2.0.
account.ServerSummaries() will return ServerSummary objects that show all servers tied to account regardless of active status.
account.Servers() will only pull active servers.
It would be great if there was a plexApi.GetServers(user.AuthenticationToken) method or something that used it result that filtered the list to just servers currently online.