Save client identifier from Plex auth for future use (#27951)

* Save client identifier from auth for future use

* Bump requirements

* Stick with version 1
This commit is contained in:
jjlawren 2019-10-23 01:32:57 -05:00 committed by Paulus Schoutsen
parent acc3646ef3
commit a644182b5e
6 changed files with 16 additions and 5 deletions

View file

@ -21,6 +21,7 @@ PLEX_NEW_MP_SIGNAL = "plex_new_mp_signal.{}"
PLEX_UPDATE_MEDIA_PLAYER_SIGNAL = "plex_update_mp_signal.{}"
PLEX_UPDATE_SENSOR_SIGNAL = "plex_update_sensor_signal.{}"
CONF_CLIENT_IDENTIFIER = "client_id"
CONF_SERVER = "server"
CONF_SERVER_IDENTIFIER = "server_id"
CONF_USE_EPISODE_ART = "use_episode_art"