Fix delete media info cache
This commit is contained in:
30
API.md
30
API.md
@@ -93,21 +93,6 @@ Returns:
|
||||
Delete and recreate the cache directory.
|
||||
|
||||
|
||||
### delete_datatable_media_info_cache
|
||||
Delete the media info table cache for a specific library.
|
||||
|
||||
```
|
||||
Required parameters:
|
||||
section_id (str): The id of the Plex library section
|
||||
|
||||
Optional parameters:
|
||||
None
|
||||
|
||||
Returns:
|
||||
None
|
||||
```
|
||||
|
||||
|
||||
### delete_image_cache
|
||||
Delete and recreate the image cache directory.
|
||||
|
||||
@@ -176,6 +161,21 @@ Returns:
|
||||
```
|
||||
|
||||
|
||||
### delete_media_info_cache
|
||||
Delete the media info table cache for a specific library.
|
||||
|
||||
```
|
||||
Required parameters:
|
||||
section_id (str): The id of the Plex library section
|
||||
|
||||
Optional parameters:
|
||||
None
|
||||
|
||||
Returns:
|
||||
None
|
||||
```
|
||||
|
||||
|
||||
### delete_mobile_device
|
||||
Remove a mobile device from the database.
|
||||
|
||||
|
Reference in New Issue
Block a user