main -> 2023.05.11 ohli24 버그 픽스 (.01. todo: setting_save_after)

This commit is contained in:
2023-05-11 19:41:39 +09:00
parent 6bf816db10
commit dd8a68a267
2 changed files with 16 additions and 12 deletions

View File

@@ -362,12 +362,14 @@ class LogicLinkkf(LogicModuleBase):
return ret
def setting_save_after(self):
if self.queue.get_max_ffmpeg_count() != P.ModelSetting.get_int(
"linkkf_max_ffmpeg_process_count"
):
self.queue.set_max_ffmpeg_count(
P.ModelSetting.get_int("linkkf_max_ffmpeg_process_count")
)
# Todo:
pass
# if self.queue.get_max_ffmpeg_count() != P.ModelSetting.get_int(
# "linkkf_max_ffmpeg_process_count"
# ):
# self.queue.set_max_ffmpeg_count(
# P.ModelSetting.get_int("linkkf_max_ffmpeg_process_count")
# )
def get_video_url_from_url(url, url2):
video_url = None