def profiles(self, pathitems=None):
     """Show profiles listing"""
     # pylint: disable=unused-argument
     common.debug('Showing profiles listing')
     api.update_profiles_data()
     listings.build_profiles_listing()
     _handle_endofdirectory(False, False)
Esempio n. 2
0
 def profiles(self, pathitems=None):
     """Show profiles listing"""
     # pylint: disable=unused-argument
     common.debug('Showing profiles listing')
     if not api.update_profiles_data():
         xbmcplugin.endOfDirectory(g.PLUGIN_HANDLE, succeeded=False)
         return
     listings.build_profiles_listing()
     _handle_endofdirectory(False, False)
 def profiles(self, pathitems=None):
     """Show profiles listing"""
     # pylint: disable=unused-argument
     common.debug('Showing profiles listing')
     listings.build_profiles_listing(api.profiles())