2023.01.26 (01. ohli24.org bug fixed)

This commit is contained in:
2023-01-26 15:33:59 +09:00
parent 1ef263b440
commit e3060bba3f
6 changed files with 738 additions and 461 deletions

View File

@@ -66,6 +66,7 @@ T = TypeVar("T")
from .setup import *
logger = P.logger
name = 'anilife'
class LogicAniLife(PluginModuleBase):
db_default = {
@@ -653,7 +654,7 @@ class LogicAniLife(PluginModuleBase):
def plugin_load(self):
self.queue = FfmpegQueue(
P, P.ModelSetting.get_int("anilife_max_ffmpeg_process_count")
P, P.ModelSetting.get_int("anilife_max_ffmpeg_process_count"), name
)
self.current_data = None
self.queue.queue_start()