File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments