mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 16:07:01 +08:00
refactor(db): 修复异步连接池无界增长,并完成 SQLAlchemy 2.0 迁移与分层归位 (#6320)
This commit is contained in:
@@ -7,7 +7,7 @@ import cn2an
|
||||
import regex as re
|
||||
|
||||
from app.schemas.types import MediaSource, MediaType
|
||||
from app.domain.media import resolve_media_identity
|
||||
from app.schemas.media import resolve_media_identity
|
||||
from app.domain.string import StringUtils
|
||||
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ from typing import Any, Callable, Optional
|
||||
|
||||
from app.domain.meta.metabase import MetaBase
|
||||
from app.schemas.types import MediaSource, MediaType
|
||||
from app.domain.media import resolve_media_identity
|
||||
from app.schemas.media import resolve_media_identity
|
||||
from app.domain.meta.runtime import get_metainfo_accelerator
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user