Skip to content

Commit 93932d8

Browse files
authored
Fix: Initialize sonos timeline cache timestamp (#1524)
1 parent d5fcfd0 commit 93932d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plexapi/sonos.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def __init__(self, account, data, timeout=None):
6666
self._proxyThroughServer = False
6767
self._showSecrets = CONFIG.get("log.show_secrets", "").lower() == "true"
6868
self._timeout = timeout or TIMEOUT
69+
self._timeline_cache_timestamp = 0
6970

7071
def playMedia(self, media, offset=0, **params):
7172

0 commit comments

Comments
 (0)