refactor(music): 重命名 helper/music_name.py 为 helper/music.py

This commit is contained in:
jxxghp
2026-08-10 20:16:00 +08:00
parent 07ea99442e
commit 24a5102aa8
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from app.core.meta.infopath import (
should_use_parent_title_for_file_stem,
)
from app.core.meta.words import WordsMatcher
from app.helper.music_name import MusicNameParser
from app.helper.music import MusicNameParser
from app.log import logger
from app.schemas.types import MediaType
from app.utils import rust_accel