diff --git a/addon.xml b/addon.xml index 75b9a60..2aeb457 100644 --- a/addon.xml +++ b/addon.xml @@ -1,7 +1,7 @@ diff --git a/resources/lib/menu_functions.py b/resources/lib/menu_functions.py index 14476f8..8be68b6 100644 --- a/resources/lib/menu_functions.py +++ b/resources/lib/menu_functions.py @@ -242,7 +242,7 @@ def getCollections(detailsString): '&IncludeItemTypes=Episode' + '&ImageTypeLimit=1' + '&format=json'), - 'media_type': collection_type, + 'media_type': 'Episodes', 'name_format': filtered_episode_format}) collections.append({ 'title': item_name + i18n('_recently_added'), @@ -260,7 +260,7 @@ def getCollections(detailsString): '&IncludeItemTypes=Episode' + '&ImageTypeLimit=1' + '&format=json'), - 'media_type': collection_type, + 'media_type': 'Episodes', 'name_format': filtered_episode_format}) collections.append({ 'title': item_name + i18n('_next_up'), @@ -276,7 +276,7 @@ def getCollections(detailsString): '&IncludeItemTypes=Episode' + '&ImageTypeLimit=1' + '&format=json'), - 'media_type': collection_type, + 'media_type': 'Episodes', 'name_format': filtered_episode_format}) if collection_type == "movies":