Fix delete media info cache

This commit is contained in:
JonnyWong16 2018-02-14 11:19:53 -08:00
commit 93e4853ea2
3 changed files with 20 additions and 20 deletions

30
API.md
View file

@ -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.