Fix: Update GDM package name for import

This commit is contained in:
2026-01-06 21:27:51 +09:00
parent 254a387cbd
commit a6affc5b2b
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ from .mod_base import AnimeModuleBase
from .model_base import AnimeQueueEntity
try:
from gommi_download_manager.mod_queue import ModuleQueue
from gommi_downloader_manager.mod_queue import ModuleQueue
except ImportError:
ModuleQueue = None