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 2303323 commit 5ad747fCopy full SHA for 5ad747f
custom_components/plex_recently_added/sensor.py
@@ -270,8 +270,6 @@ async def async_update(self):
270
try:
271
self.api_json += sub_sec['MediaContainer']['Metadata']
272
except:
273
- _LOGGER.warning('No Metadata field for "{}"'.format(
274
- sub_sec['MediaContainer']['librarySectionTitle']))
275
pass
276
self.api_json = sorted(self.api_json, key=lambda i: i['addedAt'],
277
reverse=True)[:self.max_items]
0 commit comments