Update plexapi 3.6.0-tautulli

This commit is contained in:
JonnyWong16
2020-11-27 21:07:30 -08:00
parent 9b0caf2a47
commit d589c57dd2
14 changed files with 319 additions and 168 deletions

View File

@@ -54,7 +54,7 @@ class AlertListener(threading.Thread):
def stop(self):
""" Stop the AlertListener thread. Once the notifier is stopped, it cannot be directly
started again. You must call :func:`plexapi.server.PlexServer.startAlertListener()`
started again. You must call :func:`~plexapi.server.PlexServer.startAlertListener`
from a PlexServer instance.
"""
log.info('Stopping AlertListener.')