Пример #1
0
 def home(self, pathitems=None, cache_to_disc=True):
     """Show home listing"""
     # pylint: disable=unused-argument
     common.debug('Showing root video lists')
     listings.build_main_menu_listing(api.root_lists())
     _handle_endofdirectory(False, cache_to_disc)
Пример #2
0
 def home(self, pathitems=None):
     """Show home listing"""
     # pylint: disable=unused-argument
     common.debug('Showing root video lists')
     listings.build_main_menu_listing(api.root_lists())