From 3751de8d69009e35295b4658df3425b2a6111215 Mon Sep 17 00:00:00 2001 From: Alexander Seiler Date: Mon, 10 Mar 2025 23:40:21 +0100 Subject: [PATCH] Remove most searched shows --- lib/menus.py | 15 --------------- 1 file changed, 15 deletions(-) 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.