mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 21:33:18 -07:00
Fix delete media info cache
This commit is contained in:
parent
5e0c0365fb
commit
93e4853ea2
3 changed files with 20 additions and 20 deletions
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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue