Complete download queue SQLite migration: documentation and cleanup

- Updated infrastructure.md with queue database schema and storage details
- Updated instructions.md to mark migration task as completed
- No deprecated JSON code remains in codebase
This commit is contained in:
2025-12-02 16:08:37 +01:00
parent b0f3b643c7
commit 3b516c0e24
3 changed files with 71 additions and 55 deletions

View File

@@ -19,10 +19,7 @@ from src.server.models.download import (
EpisodeIdentifier,
)
from src.server.services.anime_service import AnimeService
from src.server.services.download_service import (
DownloadService,
DownloadServiceError,
)
from src.server.services.download_service import DownloadService, DownloadServiceError
class MockQueueRepository: