Handle invalidated Plex token (#91438)

This commit is contained in:
jjlawren 2023-04-17 02:38:16 -05:00 committed by GitHub
parent d26160a509
commit c88d4b09c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 0 deletions

View file

@ -57,3 +57,5 @@ SERVICE_REFRESH_LIBRARY = "refresh_library"
SERVICE_SCAN_CLIENTS = "scan_for_clients"
PLEX_URI_SCHEME = "plex://"
INVALID_TOKEN_MESSAGE = "Invalid token"