mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2025-02-16 22:08:25 +00:00
#258 reload less of the item to speed up caching
This commit is contained in:
parent
5b42fd225a
commit
f5744cc315
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue