Fix info operation crash, git 249

This commit is contained in:
A S Lewis 2021-01-17 14:57:55 +00:00
parent a9e3209606
commit cf69a93932

View File

@ -238,7 +238,7 @@ class InfoManager(threading.Thread):
else:
if app_obj.ytdl_path_custom_flag:
if self.app_obj.ytdl_path_custom_flag:
cmd_list = ['python3'] + [ytdl_path]
else:
cmd_list = [ytdl_path]