deleteMediaInfoCache method

Future<void> deleteMediaInfoCache({
  1. required int sectionId,
})

Handler for delete_media_info_cache.

Delete the media info table cache for a specific library.

Required Parameters:

  • sectionId: The ID of the Plex library section

Implementation

Future<void> deleteMediaInfoCache({
    required int sectionId,
}) async => _commandDeleteMediaInfoCache(_client, sectionId: sectionId);