diff --git a/resources/lib/entrypoint.py b/resources/lib/entrypoint.py index 7305a3cd..37c3bda2 100644 --- a/resources/lib/entrypoint.py +++ b/resources/lib/entrypoint.py @@ -815,6 +815,9 @@ def __build_folder(xml_element, plex_section_id=None): def __build_item(xml_element): api = API(xml_element) listitem = api.CreateListItemFromPlexItem() + resume = api.getResume() + if resume: + listitem.setProperty('resumetime', str(resume)) if (api.getKey().startswith('/system/services') or api.getKey().startswith('http')): params = {