File tree 1 file changed +0
-15
lines changed
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):
89
89
"displayItem" : display_item ("Topics" ),
90
90
"icon" : self .srgssr .icon ,
91
91
},
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
- },
100
92
{
101
93
# Shows by date
102
94
"identifier" : "Shows_By_Date" ,
@@ -287,13 +279,6 @@ def build_topics_menu(self):
287
279
"""
288
280
self .build_menu_apiv3 ("topics" )
289
281
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
-
297
282
def build_newest_favourite_menu (self , page = 1 ):
298
283
"""
299
284
Builds a Kodi list of the newest favourite shows.
You can’t perform that action at this time.
0 commit comments