getLibrary method

Future<TautulliSingleLibrary> getLibrary({
  1. required int sectionId,
})

Handler for get_library.

Get a library's details.

Required Parameters:

  • sectionId: The library section ID in Plex.

Implementation

Future<TautulliSingleLibrary> getLibrary({
    required int sectionId,
}) async => _commandGetLibrary(_client, sectionId: sectionId);