getMetadata method

Future<TautulliMetadata> getMetadata({
  1. required int ratingKey,
})

Handler for get_metadata.

Get the metadata for a media item.

Required Parameters:

  • ratingKey: Rating key of the content item

Implementation

Future<TautulliMetadata> getMetadata({
    required int ratingKey,
}) async => _commandGetMetadata(_client, ratingKey: ratingKey);