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