Skip to content

Commit 9d8a420

Browse files
authored
Remove most searched shows (#41)
1 parent 8c3cc82 commit 9d8a420

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

lib/menus.py

-15
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,6 @@ def display_item(item):
8989
"displayItem": display_item("Topics"),
9090
"icon": self.srgssr.icon,
9191
},
92-
{
93-
# Most searched TV shows
94-
"identifier": "Most_Searched_TV_Shows",
95-
"name": self.srgssr.plugin_language(30059),
96-
"mode": 14,
97-
"displayItem": display_item("Most_Searched_TV_Shows"),
98-
"icon": self.srgssr.icon,
99-
},
10092
{
10193
# Shows by date
10294
"identifier": "Shows_By_Date",
@@ -287,13 +279,6 @@ def build_topics_menu(self):
287279
"""
288280
self.build_menu_apiv3("topics")
289281

290-
def build_most_searched_shows_menu(self):
291-
"""
292-
Builds a menu containing the most searched TV shows from
293-
the SRGSSR API.
294-
"""
295-
self.build_menu_apiv3("search/most-searched-tv-shows", is_show=True)
296-
297282
def build_newest_favourite_menu(self, page=1):
298283
"""
299284
Builds a Kodi list of the newest favourite shows.

0 commit comments

Comments
 (0)