Fix: Correct package_name in info.yaml and mod_queue.py, revert model.py hacks

This commit is contained in:
2026-01-06 19:45:24 +09:00
parent 2ac30a0658
commit 8763b25fdf
3 changed files with 3 additions and 20 deletions

View File

@@ -482,7 +482,7 @@ class DownloadTask:
socketio.emit(
'download_status',
self.get_status(),
namespace=f'/gommi_download_manager'
namespace=f'/gommi_downloader_manager'
)
except:
pass