1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Use Plex websocket payloads to reduce overhead (#42332)

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
jjlawren
2020-12-02 12:00:13 -06:00
committed by GitHub
parent 6e8efe2b67
commit f2f935506e
15 changed files with 516 additions and 464 deletions

View File

@@ -334,6 +334,7 @@ class MockPlexSession:
self.usernames = [list(MOCK_USERS)[index]]
self.players = [player]
self._section = MockPlexLibrarySection("Movies")
self.sessionKey = index + 1
@property
def duration(self):