forked from openlp/openlp
Fix call path
This commit is contained in:
parent
f21d3cfa83
commit
d6d3cd1394
@ -229,7 +229,7 @@ class MediaMediaItem(MediaManagerItem, RegistryProperties):
|
|||||||
self.service_path = os.path.join(AppLocation.get_section_data_path(self.settings_section), 'thumbnails')
|
self.service_path = os.path.join(AppLocation.get_section_data_path(self.settings_section), 'thumbnails')
|
||||||
check_directory_exists(self.service_path)
|
check_directory_exists(self.service_path)
|
||||||
self.load_list(Settings().value(self.settings_section + '/media files'))
|
self.load_list(Settings().value(self.settings_section + '/media files'))
|
||||||
self.populate_display_types()
|
self.rebuild_players()
|
||||||
|
|
||||||
def rebuild_players(self):
|
def rebuild_players(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user