getStatus method
Handler for status.
Returns the current Overseerr version and commit hash.
Implementation
Future<OverseerrStatus> getStatus() async => _commandGetStatus(_client);
Handler for status.
Returns the current Overseerr version and commit hash.
Future<OverseerrStatus> getStatus() async => _commandGetStatus(_client);