mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-12 16:01:35 +08:00
feat 手动整理进度显示
This commit is contained in:
@@ -134,7 +134,7 @@ async function fetchData(): Promise<Array<Context>> {
|
||||
}
|
||||
else {
|
||||
startLoadingProgress()
|
||||
const qualify = props.keyword?.startsWith('tmdb:') || props.keyword?.startsWith('douban:')
|
||||
const qualify = props.keyword?.startsWith('tmdb:') ?? props.keyword?.startsWith('douban:')
|
||||
// 优先按TMDBID精确查询
|
||||
if (qualify) {
|
||||
searchData = await api.get(`search/media/${props.keyword}`, {
|
||||
|
||||
Reference in New Issue
Block a user