mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 13:57:10 +00:00
Bump plexapi to 4.12.1 (#76393)
This commit is contained in:
parent
36808a0db4
commit
ea88f229a3
@ -4,7 +4,7 @@
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/plex",
|
||||
"requirements": [
|
||||
"plexapi==4.11.2",
|
||||
"plexapi==4.12.1",
|
||||
"plexauth==0.0.6",
|
||||
"plexwebsocket==0.0.13"
|
||||
],
|
||||
|
@ -462,7 +462,7 @@ class PlexServer:
|
||||
continue
|
||||
|
||||
session_username = next(iter(session.usernames), None)
|
||||
for player in session.players:
|
||||
player = session.player
|
||||
unique_id = f"{self.machine_identifier}:{player.machineIdentifier}"
|
||||
if unique_id not in self.active_sessions:
|
||||
_LOGGER.debug("Creating new Plex session: %s", session)
|
||||
|
@ -1256,7 +1256,7 @@ pillow==9.2.0
|
||||
pizzapi==0.0.3
|
||||
|
||||
# homeassistant.components.plex
|
||||
plexapi==4.11.2
|
||||
plexapi==4.12.1
|
||||
|
||||
# homeassistant.components.plex
|
||||
plexauth==0.0.6
|
||||
|
@ -874,7 +874,7 @@ pilight==0.1.1
|
||||
pillow==9.2.0
|
||||
|
||||
# homeassistant.components.plex
|
||||
plexapi==4.11.2
|
||||
plexapi==4.12.1
|
||||
|
||||
# homeassistant.components.plex
|
||||
plexauth==0.0.6
|
||||
|
Loading…
x
Reference in New Issue
Block a user