diff --git a/API.md b/API.md index 2e4016ec..ec6581d1 100644 --- a/API.md +++ b/API.md @@ -1459,11 +1459,11 @@ Returns: ### refresh_libraries_list -Refreshe the PlexPy libraries list. +Refresh the PlexPy libraries list. ### refresh_users_list -Refreshe the PlexPy users list. +Refresh the PlexPy users list. ### restart diff --git a/plexpy/api2.py b/plexpy/api2.py index 99d65ed8..4b9b1568 100644 --- a/plexpy/api2.py +++ b/plexpy/api2.py @@ -322,7 +322,7 @@ class API2: self.result_type = 'success' def refresh_libraries_list(self, **kwargs): - """ Refreshe the PlexPy libraries list. """ + """ Refresh the PlexPy libraries list. """ data = pmsconnect.refresh_libraries() if data: @@ -333,7 +333,7 @@ class API2: return data def refresh_users_list(self, **kwargs): - """ Refreshe the PlexPy users list. """ + """ Refresh the PlexPy users list. """ data = plextv.refresh_users() if data: