getLibraryNames method

Future<List<TautulliLibraryName>> getLibraryNames()

Handler for get_library_names.

Get a list of library sections and IDs on the Plex Media Server.

Implementation

Future<List<TautulliLibraryName>> getLibraryNames() async => _commandGetLibraryNames(_client);