Remove legacy Importarr status UI

Run the service through the FastAPI entrypoint only to avoid split UI paths.
This commit is contained in:
2026-07-29 14:46:25 +02:00
parent 1cafe2b45a
commit f4d151f9fe
5 changed files with 9 additions and 499 deletions
-1
View File
@@ -22,7 +22,6 @@ test = ["pytest>=8.2", "pytest-asyncio>=0.23"]
[project.scripts]
importarr = "importarr.main:run"
importarr-status = "importarr.status_ui:main"
manual-media-import = "importarr.worker:main"
[tool.pytest.ini_options]