Update message.

previous message was related to another script.
This commit is contained in:
blacktwin 2018-01-11 14:45:15 -05:00 committed by GitHub
parent 25698107fb
commit ad5fcb6d75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ from plexapi.server import PlexServer
PLEX_TOKEN = 'xxxx' PLEX_TOKEN = 'xxxx'
PLEX_URL = 'http://localhost:32400' PLEX_URL = 'http://localhost:32400'
MESSAGE = "You are not allowed to stream above 4 Mbps." MESSAGE = "You've paused a transcoded stream."
ignore_lst = ('') ignore_lst = ('')
##/EDIT THESE SETTINGS ## ##/EDIT THESE SETTINGS ##