mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
refactor backend module architecture
This commit is contained in:
@@ -4,10 +4,10 @@ import asyncio
|
||||
from unittest.mock import AsyncMock, Mock, patch
|
||||
|
||||
from app.api.endpoints.torrent import reidentify_cache, torrents_cache
|
||||
from app.core.context import MUSIC_ENTITY_ALBUM, Context, MusicInfo, TorrentInfo
|
||||
from app.core.meta import MetaMusic
|
||||
from app.domain.context import MUSIC_ENTITY_ALBUM, Context, MusicInfo, TorrentInfo
|
||||
from app.domain.meta.metamusic import MetaMusic
|
||||
from app.schemas.types import MediaType
|
||||
from app.utils.crypto import HashUtils
|
||||
from app.foundation.crypto import HashUtils
|
||||
|
||||
|
||||
def _album_context() -> Context:
|
||||
|
||||
Reference in New Issue
Block a user