- 下载器支持配置路径映射
- 问题修复与细节优化
This commit is contained in:
jxxghp
2025-12-10 14:33:13 +08:00
parent 2f1a448afe
commit 274fc2d74f
8 changed files with 10 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ from app.chain.douban import DoubanChain
from app.chain.tmdb import TmdbChain
from app.core.cache import cached
from app.core.config import settings, global_vars
from app.helper.graphics import ImageHelper
from app.helper.image import ImageHelper
from app.log import logger
from app.schemas import MediaType
from app.utils.common import log_execution_time