mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-28 19:47:49 +08:00
fix
This commit is contained in:
@@ -56,7 +56,7 @@ function getImgUrl(url: string) {
|
|||||||
if (!url)
|
if (!url)
|
||||||
return getDefaultImage()
|
return getDefaultImage()
|
||||||
else
|
else
|
||||||
return `${import.meta.env.VITE_API_BASE_URL}system/proxy?url=${encodeURIComponent(url)}`
|
return `${import.meta.env.VITE_API_BASE_URL}system/img?url=${encodeURIComponent(url)}`
|
||||||
}
|
}
|
||||||
|
|
||||||
// 根据多张图片生成媒体库封面
|
// 根据多张图片生成媒体库封面
|
||||||
|
|||||||
Reference in New Issue
Block a user