diff --git a/lib/menus.py b/lib/menus.py index e222e59..852a335 100644 --- a/lib/menus.py +++ b/lib/menus.py @@ -89,14 +89,6 @@ def display_item(item): "displayItem": display_item("Topics"), "icon": self.srgssr.icon, }, - { - # Most searched TV shows - "identifier": "Most_Searched_TV_Shows", - "name": self.srgssr.plugin_language(30059), - "mode": 14, - "displayItem": display_item("Most_Searched_TV_Shows"), - "icon": self.srgssr.icon, - }, { # Shows by date "identifier": "Shows_By_Date", @@ -287,13 +279,6 @@ def build_topics_menu(self): """ self.build_menu_apiv3("topics") - def build_most_searched_shows_menu(self): - """ - Builds a menu containing the most searched TV shows from - the SRGSSR API. - """ - self.build_menu_apiv3("search/most-searched-tv-shows", is_show=True) - def build_newest_favourite_menu(self, page=1): """ Builds a Kodi list of the newest favourite shows.