mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 13:41:15 -07:00
Typo in API docs
This commit is contained in:
parent
36a3cae9c2
commit
19f3286a82
2 changed files with 4 additions and 4 deletions
4
API.md
4
API.md
|
@ -1459,11 +1459,11 @@ Returns:
|
||||||
|
|
||||||
|
|
||||||
### refresh_libraries_list
|
### refresh_libraries_list
|
||||||
Refreshe the PlexPy libraries list.
|
Refresh the PlexPy libraries list.
|
||||||
|
|
||||||
|
|
||||||
### refresh_users_list
|
### refresh_users_list
|
||||||
Refreshe the PlexPy users list.
|
Refresh the PlexPy users list.
|
||||||
|
|
||||||
|
|
||||||
### restart
|
### restart
|
||||||
|
|
|
@ -322,7 +322,7 @@ class API2:
|
||||||
self.result_type = 'success'
|
self.result_type = 'success'
|
||||||
|
|
||||||
def refresh_libraries_list(self, **kwargs):
|
def refresh_libraries_list(self, **kwargs):
|
||||||
""" Refreshe the PlexPy libraries list. """
|
""" Refresh the PlexPy libraries list. """
|
||||||
data = pmsconnect.refresh_libraries()
|
data = pmsconnect.refresh_libraries()
|
||||||
|
|
||||||
if data:
|
if data:
|
||||||
|
@ -333,7 +333,7 @@ class API2:
|
||||||
return data
|
return data
|
||||||
|
|
||||||
def refresh_users_list(self, **kwargs):
|
def refresh_users_list(self, **kwargs):
|
||||||
""" Refreshe the PlexPy users list. """
|
""" Refresh the PlexPy users list. """
|
||||||
data = plextv.refresh_users()
|
data = plextv.refresh_users()
|
||||||
|
|
||||||
if data:
|
if data:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue