#258 reload less of the item to speed up caching

pull/264/head
meisnate12 3 years ago
parent 5b42fd225a
commit f5744cc315

@ -396,6 +396,7 @@ class PlexAPI:
@retry(stop_max_attempt_number=6, wait_fixed=10000, retry_on_exception=util.retry_if_not_plex)
def get_guids(self, item):
item.reload(includeOnDeck=False, includeRelated=False, includeReviews=False)
return item.guids
@retry(stop_max_attempt_number=6, wait_fixed=10000, retry_on_exception=util.retry_if_not_plex)

Loading…
Cancel
Save