def library_update(): from mediapoisk.library import update_library update_library()
def safe_update(): try: update_library() plugin.close_storages() except Exception as e: plugin.log.exception(e)