We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4193012 commit 4a24d50Copy full SHA for 4a24d50
plexapi/myplex.py
@@ -217,7 +217,7 @@ def sonos_speakers(self):
217
return []
218
219
t = time.time()
220
- if t - self._sonos_cache_timestamp > 60:
+ if t - self._sonos_cache_timestamp > 5:
221
self._sonos_cache_timestamp = t
222
data = self.query('https://sonos.plex.tv/resources')
223
self._sonos_cache = [PlexSonosClient(self, elem) for elem in data]
0 commit comments