Fix call path

This commit is contained in:
Tim Bentley 2014-05-03 21:00:17 +01:00
parent f21d3cfa83
commit d6d3cd1394
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ class MediaMediaItem(MediaManagerItem, RegistryProperties):
self.service_path = os.path.join(AppLocation.get_section_data_path(self.settings_section), 'thumbnails')
check_directory_exists(self.service_path)
self.load_list(Settings().value(self.settings_section + '/media files'))
self.populate_display_types()
self.rebuild_players()
def rebuild_players(self):
"""