diff --git a/API.md b/API.md index 513f04fa..887dc4e5 100644 --- a/API.md +++ b/API.md @@ -863,6 +863,7 @@ Optional parameters: start (int): Row to start from, 0 length (int): Number of items to return, 25 search (str): A string to search for, "Thrones" + refresh (str): "true" to refresh the media info table Returns: json: diff --git a/plexpy/webserve.py b/plexpy/webserve.py index c6e12bc7..98c3aea9 100644 --- a/plexpy/webserve.py +++ b/plexpy/webserve.py @@ -631,6 +631,7 @@ class WebInterface(object): start (int): Row to start from, 0 length (int): Number of items to return, 25 search (str): A string to search for, "Thrones" + refresh (str): "true" to refresh the media info table Returns: json: